aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/hud.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts/hud.coffee')
-rw-r--r--content_scripts/hud.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/hud.coffee b/content_scripts/hud.coffee
index aa8a6bbd..92de975b 100644
--- a/content_scripts/hud.coffee
+++ b/content_scripts/hud.coffee
@@ -46,7 +46,7 @@ HUD =
# If :updateIndicator is truthy, then we also refresh the mode indicator. The only time we don't update the
# mode indicator, is when hide() is called for the mode indicator itself.
hide: (immediate = false, updateIndicator = true) ->
- return unless @tween?
+ return unless @tween? and @isReady()
clearTimeout(@_showForDurationTimerId)
@tween.stop()
if immediate