diff --git a/src/js/synth.js b/src/js/synth.js index cd2c42c..68ed36d 100644 --- a/src/js/synth.js +++ b/src/js/synth.js @@ -49,7 +49,7 @@ function touch_to_midinote([row, col]) { function is_qwerty_active() { jQuery('div#qwerty-indicator').empty() var focus = document.activeElement.tagName - if (focus == 'TEXTAREA' || focus == 'INPUT') { + if (focus == 'TEXTAREA' || focus == 'INPUT' || focus == 'SELECT') { jQuery('div#qwerty-indicator').html( '

Keyboard disabled

Click here to enable QWERTY keyboard playing.

' )