aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
-rw-r--r--content_scripts/vimium_frontend.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee
index 09e775a6..da1f5de1 100644
--- a/content_scripts/vimium_frontend.coffee
+++ b/content_scripts/vimium_frontend.coffee
@@ -126,6 +126,7 @@ initializePreDomReady = ->
updateBadgeForMode: (badge) ->
badge.badge ||= @badge
badge.badge = "" unless isEnabledForUrl
+ Mode.propagate # Not really necessary, but makes intention clear and does no harm.
# Initialize the scroller. The scroller install a key handler, and this is next on the handler stack,
# immediately above normal mode.