mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 16:40:00 +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
|
// Tab browser utilities
|
||||||
createContainerTabMenu(event) {
|
createContainerTabMenu(event) {
|
||||||
let window = event.target.ownerGlobal;
|
let window = event.target.ownerGlobal;
|
||||||
const workspace = this.getActiveWorkspaceFromCache();
|
const workspace = this._workspaceCache.workspaces.find((workspace) => this._contextMenuId === workspace.uuid);
|
||||||
if (!workspace) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
let containerTabId = workspace.containerTabId;
|
let containerTabId = workspace.containerTabId;
|
||||||
return window.createUserContextMenu(event, {
|
return window.createUserContextMenu(event, {
|
||||||
isContextMenu: true,
|
isContextMenu: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue