mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:08:37 +01:00
Minor key processing tweaks.
This commit is contained in:
@@ -380,8 +380,7 @@ var CommandMode = Class("CommandMode", {
|
||||
|
||||
keepCommand: false,
|
||||
|
||||
onKeyPress: function onKeyPress(event) {
|
||||
let key = events.toString(event);
|
||||
onKeyPress: function onKeyPress(events) {
|
||||
if (this.completions)
|
||||
this.completions.previewClear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user