aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/mode.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts/mode.coffee')
-rw-r--r--content_scripts/mode.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/mode.coffee b/content_scripts/mode.coffee
index 88938e79..82dbf74a 100644
--- a/content_scripts/mode.coffee
+++ b/content_scripts/mode.coffee
@@ -40,7 +40,7 @@ class Mode
if type == "keydown" and KeyboardUtils.isEscape event
@exit()
return Mode.suppressPropagation
- handlerStack.passThrough
+ handlerStack.passDirectlyToPage
# Generate a default handler which always suppresses propagation; except Esc, which pops the current mode.
generateSuppressPropagation: (type) ->