Browse Source

shortcut.js typo fix

Vijayakrishnan 3 years ago
parent
commit
8751a1fb6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/js/shortcut.js

+ 1 - 1
public/js/shortcut.js

@@ -165,7 +165,7 @@
                     case 27:
                         if(!isVisible()) return;
                         consumed = !discard();
-                        if(consumed) markEventAsConsumed(e);
+                        if(consumed) markEventAsConsumed(_e);
                         break;
                     case 38:
                         if(!isVisible()) return;