mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-10 15:23:57 +00:00
fix: Fixed 'focus on' not working on twilight, b=closes #11804, c=no-component
This commit is contained in:
@@ -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 [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user