aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorStephen Blott2016-12-21 05:09:42 +0000
committerGitHub2016-12-21 05:09:42 +0000
commit320f433afb53cc774b175dab0f6a1ad7a47d60f9 (patch)
tree2bb28d6c6afc7ceeb7f463c6aff23d201b43587b /lib
parentcaa63d6642141d2fe4cd6941ec1e84dd2d3e8225 (diff)
parentedfb7ba3ca148f7b00bd683d1979330f395f2e7e (diff)
downloadvimium-320f433afb53cc774b175dab0f6a1ad7a47d60f9.tar.bz2
Merge pull request #2311 from smblott-github/enterNormalMode
New command option to enter normal mode
Diffstat (limited to 'lib')
-rw-r--r--lib/dom_utils.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dom_utils.coffee b/lib/dom_utils.coffee
index 82c13287..fad5ffbf 100644
--- a/lib/dom_utils.coffee
+++ b/lib/dom_utils.coffee
@@ -310,6 +310,7 @@ DomUtils =
return true unless KeyboardUtils.isEscape event
@remove()
false
+ handlerStack.suppressEvent
# Adapted from: http://roysharon.com/blog/37.
# This finds the element containing the selection focus.