Fix issue with moving cursor location when pressing arrow keys
This commit is contained in:
@@ -123,10 +123,12 @@
|
||||
break;
|
||||
case 38: // arrow up
|
||||
this.options.lcd.navigateUp();
|
||||
e.preventDefault();
|
||||
|
||||
break;
|
||||
case 40: // arrow down
|
||||
this.options.lcd.navigateDown();
|
||||
e.preventDefault();
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user