From 623e6e302852f309494cd102f77d1f3b070400b4 Mon Sep 17 00:00:00 2001 From: goodhippo Date: Wed, 24 Sep 2025 21:04:49 +0000 Subject: [PATCH] Fix: Vomnibar not closing on launching an actual url --- pages/vomnibar_page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({