From b94caa42ec2433ec61132be30bec2fbe0bd22aa5 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 16 Apr 2016 14:37:05 +0100 Subject: We cannot wait for nextTick() here... It interferes with the HUD's timing. --- content_scripts/ui_component.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content_scripts') diff --git a/content_scripts/ui_component.coffee b/content_scripts/ui_component.coffee index bb350ccc..675b46c7 100644 --- a/content_scripts/ui_component.coffee +++ b/content_scripts/ui_component.coffee @@ -96,7 +96,7 @@ class UIComponent window.focus() @options = null # Inform the UI component that it is hidden. - Utils.nextTick => @postMessage "hidden" + @postMessage "hidden" # Fetch a Vimium file/resource (such as "content_scripts/vimium.css"). # We try making an XMLHttpRequest request. That can fail (see #1817), in which case we fetch the -- cgit v1.2.3