Explorar el Código

shortcut.js typo fix

Vijayakrishnan hace 3 años
padre
commit
8751a1fb6d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;