mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 23:15:47 +01:00
Collapse bloody focus region selection after following a hint.
This commit is contained in:
@@ -371,13 +371,13 @@ var Modes = Module("modes", {
|
||||
this.show();
|
||||
});
|
||||
|
||||
delayed.forEach(function ([fn, self]) dactyl.trapErrors(fn, self));
|
||||
|
||||
if (this.topOfStack.params.enter && prev)
|
||||
dactyl.trapErrors("enter", this.topOfStack.params,
|
||||
push ? { push: push } : stack || {},
|
||||
prev);
|
||||
|
||||
delayed.forEach(function ([fn, self]) dactyl.trapErrors(fn, self));
|
||||
|
||||
dactyl.triggerObserver("modes.change", [oldMain, oldExtended], [this._main, this._extended], stack);
|
||||
this.show();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user