aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pages/vomnibar.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee
index 8c790ca8..ec5f818f 100644
--- a/pages/vomnibar.coffee
+++ b/pages/vomnibar.coffee
@@ -57,6 +57,7 @@ class VomnibarUI
# This ensures that the vomnibar is actually hidden before any new tab is created, and avoids flicker after
# opening a link in a new tab then returning to the original tab (see #1485).
hide: (@onHiddenCallback = null) ->
+ @input.blur()
UIComponentServer.postMessage "hide"
@reset()