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