diff options
Diffstat (limited to 'ext/mixed/js')
| -rw-r--r-- | ext/mixed/js/display.js | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index f950f0f0..9738319a 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -301,10 +301,7 @@ class Display {          const handler = handlers[e.keyCode];          if (handler && handler()) {              e.preventDefault(); -            return true;          } - -        return false;      }      sourceBack() { |