mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:59:59 +02:00
Fixed display when choosing containers for each workspace
This commit is contained in:
parent
5a9fb8d7be
commit
cc4601f0e1
1 changed files with 1 additions and 4 deletions
|
@ -693,10 +693,7 @@ var ZenWorkspaces = {
|
|||
// Tab browser utilities
|
||||
createContainerTabMenu(event) {
|
||||
let window = event.target.ownerGlobal;
|
||||
const workspace = this.getActiveWorkspaceFromCache();
|
||||
if (!workspace) {
|
||||
return;
|
||||
}
|
||||
const workspace = this._workspaceCache.workspaces.find((workspace) => this._contextMenuId === workspace.uuid);
|
||||
let containerTabId = workspace.containerTabId;
|
||||
return window.createUserContextMenu(event, {
|
||||
isContextMenu: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue