Skip to content

Commit

Permalink
Need these two keys also for keydown purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 3, 2014
1 parent 84a4ae1 commit 2b846a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imp/js/dimpbase.js
Expand Up @@ -2774,6 +2774,8 @@ var DimpBase = {
this.is_keydown = false;

switch (e.keyCode || e.charCode) {
case Event.KEY_DELETE:
case Event.KEY_BACKSPACE:
case Event.KEY_UP:
case Event.KEY_DOWN:
case Event.KEY_LEFT:
Expand Down

0 comments on commit 2b846a4

Please sign in to comment.