mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-29 15:03:40 +02:00
Fix typos. Closes issue #381.
This commit is contained in:
@@ -160,7 +160,7 @@ var Modes = Module("modes", {
|
|||||||
}, {
|
}, {
|
||||||
leave: function leave(stack) {
|
leave: function leave(stack) {
|
||||||
util.timeout(function () {
|
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);
|
modes.push(modes.INSERT);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user