diff options
| author | Stephen Blott | 2016-12-21 05:09:42 +0000 |
|---|---|---|
| committer | GitHub | 2016-12-21 05:09:42 +0000 |
| commit | 320f433afb53cc774b175dab0f6a1ad7a47d60f9 (patch) | |
| tree | 2bb28d6c6afc7ceeb7f463c6aff23d201b43587b /lib | |
| parent | caa63d6642141d2fe4cd6941ec1e84dd2d3e8225 (diff) | |
| parent | edfb7ba3ca148f7b00bd683d1979330f395f2e7e (diff) | |
| download | vimium-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.coffee | 1 |
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. |
