From 82730362f591a88d4b1c334acfa4f8e9956be965 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Mon, 13 May 2024 10:59:42 -0400 Subject: [PATCH] ensure path is set when opening the sidebar --- src/utils/sidePanelUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/sidePanelUtils.ts b/src/utils/sidePanelUtils.ts index d16d7024f6..007c1c436f 100644 --- a/src/utils/sidePanelUtils.ts +++ b/src/utils/sidePanelUtils.ts @@ -58,6 +58,7 @@ async function openSidePanelMv3(tabId: number): Promise { void chrome.sidePanel.setOptions({ tabId, enabled: true, + path: getSidebarPath(tabId), // Very seldom, the side panel will not open if this is not set again here }); try {