mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 10:45:46 +01:00
Better array option completion handling. Closes issue #159.
--HG-- extra : rebase_source : d5673d1bd406ab7096e2e7f73e8412972585a069
This commit is contained in:
@@ -271,6 +271,9 @@ const Events = Module("events", {
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch (e) {
|
||||
util.reportError(e);
|
||||
}
|
||||
finally {
|
||||
this.feedingEvent = null;
|
||||
this.feedingKeys = wasFeeding;
|
||||
|
||||
Reference in New Issue
Block a user