fix: Fixed 'focus on' not working on twilight, b=closes #11804, c=no-component

This commit is contained in:
mr. m
2026-01-05 13:30:16 +01:00
parent 9c2b8426a9
commit be8cbce23e

View File

@@ -80,7 +80,7 @@ export class ZenUrlbarProviderGlobalActions extends UrlbarProvider {
if (window.gZenWorkspaces.privateWindowOrDisabled) {
return [];
}
const workspaces = window.gZenWorkspaces._workspaceCache?.workspaces;
const workspaces = window.gZenWorkspaces.getWorkspaces();
if (!workspaces?.length) {
return [];
}