diff options
| author | Stephen Blott | 2016-04-17 16:22:28 +0100 |
|---|---|---|
| committer | Stephen Blott | 2016-04-17 16:22:28 +0100 |
| commit | 44ddab1e1eca01ae6c958756d149be2d4128b290 (patch) | |
| tree | be4e76270a1b0fdffc58c1a706cc4983e57b23d9 /content_scripts/mode.coffee | |
| parent | 27385e81debd5fcd9000c718d73e296d6723e83a (diff) | |
| parent | 4b564e8517dd3415cb8e2209ce019fa024e88770 (diff) | |
| download | vimium-44ddab1e1eca01ae6c958756d149be2d4128b290.tar.bz2 | |
Merge pull request #2101 from smblott-github/rework-help-dialog
Move help dialog to top frame
Diffstat (limited to 'content_scripts/mode.coffee')
| -rw-r--r-- | content_scripts/mode.coffee | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content_scripts/mode.coffee b/content_scripts/mode.coffee index 37321660..6508627e 100644 --- a/content_scripts/mode.coffee +++ b/content_scripts/mode.coffee @@ -69,8 +69,7 @@ class Mode # undefined, then the request propagates to the next mode. # The active indicator can also be changed with @setIndicator(). if @options.indicator? - if HUD?.isReady() - if @options.indicator then HUD.show @options.indicator else HUD.hide true, false + if @options.indicator then HUD.show @options.indicator else HUD.hide true, false @passEventToPage else @continueBubbling |
