mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 09:42:28 +01:00
Fix typos. Closes issue #381.
This commit is contained in:
@@ -160,7 +160,7 @@ var Modes = Module("modes", {
|
||||
}, {
|
||||
leave: function leave(stack) {
|
||||
util.timeout(function () {
|
||||
if (stack.pop && !modes.main.input && !Events.isInputElement(dactyl.focusedElement));
|
||||
if (stack.pop && !modes.main.input && Events.isInputElement(dactyl.focusedElement))
|
||||
modes.push(modes.INSERT);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user