mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 16:05:47 +01:00
Auto-flush the autocomplete timer after feeding keys.
This commit is contained in:
@@ -558,6 +558,7 @@ var Events = Module("events", {
|
||||
this.feedingKeys = wasFeeding;
|
||||
if (quiet)
|
||||
commandline.quiet = wasQuiet;
|
||||
dactyl.triggerObserver("events.doneFeeding");
|
||||
}
|
||||
return true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user