diff --git a/pages/vomnibar_page.js b/pages/vomnibar_page.js index 94bbf7358..eaef28dfd 100644 --- a/pages/vomnibar_page.js +++ b/pages/vomnibar_page.js @@ -286,7 +286,7 @@ class VomnibarUI { // TODO(philc): const isUrl = await UrlUtils.isUrl(query); if (isUrl) { - await this.launchUrl(query, openInNewTab); + this.hide(() => this.launchUrl(query, openInNewTab)); } else { this.hide(() => chrome.runtime.sendMessage({