1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

fix: pinned tab opens and closes infinitely if pwa window is opened

This commit is contained in:
2025-07-03 11:24:53 +03:00
parent 6bce330a8f
commit 9675b65e81
+1 -1
View File
@@ -257,7 +257,7 @@ export default defineBackground(() =>
for (const openWindow of openWindows) for (const openWindow of openWindows)
{ {
if (openWindow.incognito) if (openWindow.incognito || openWindow.type !== "normal")
continue; continue;
const activeTabs: Tabs.Tab[] = openWindow.tabs!.filter(tab => const activeTabs: Tabs.Tab[] = openWindow.tabs!.filter(tab =>