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:
@@ -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 =>
|
||||||
|
|||||||
Reference in New Issue
Block a user