aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content_scripts/mode_visual_edit.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/content_scripts/mode_visual_edit.coffee b/content_scripts/mode_visual_edit.coffee
index 5b622e4d..4ab425a3 100644
--- a/content_scripts/mode_visual_edit.coffee
+++ b/content_scripts/mode_visual_edit.coffee
@@ -388,8 +388,8 @@ class Movement extends CountPrefix
if @selection.type == "Range" and event?.type == "keydown" and KeyboardUtils.isEscape event
handlerStack.push
_name: "visual/range/escape"
- click: -> handlerStack.remove()
- focus: -> handlerStack.remove()
+ click: -> handlerStack.remove(); @continueBubbling
+ focus: -> handlerStack.remove(); @continueBubbling
keydown: (event) =>
handlerStack.remove()
if @selection.type == "Range" and event.type == "keydown" and KeyboardUtils.isEscape event