aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/mode.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-02-28 16:07:25 +0000
committerStephen Blott2016-03-05 05:39:33 +0000
commitf2bced459457dcc962d4bafe2fdf2e6245506ee3 (patch)
tree323a75924f3712a2ea23177747692d110151c648 /content_scripts/mode.coffee
parentb0d2f3bfbc36232c235f913131c78a5bb76b59c3 (diff)
downloadvimium-f2bced459457dcc962d4bafe2fdf2e6245506ee3.tar.bz2
Key bindings; tweaks.
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 8a84457e..3327b58f 100644
--- a/content_scripts/mode.coffee
+++ b/content_scripts/mode.coffee
@@ -125,7 +125,7 @@ class Mode
@passKeys = ""
@push
_name: "mode-#{@id}/registerStateChange"
- registerStateChange: ({ enabled: @enabled, passKeys: @passKeys }) => @alwaysContinueBubbling =>
+ registerStateChange: ({ enabled: @enabled, passKeys: @passKeys }) => @continueBubbling
# If @options.passInitialKeyupEvents is set, then we pass initial non-printable keyup events to the page
# or to other extensions (because the corresponding keydown events were passed). This is used when