mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-05 07:09:30 +00:00
fix: Fixed popup for context menu not updating when updating, b=(closes #8056), c=workspaces
This commit is contained in:
@@ -920,7 +920,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
this.onContextMenuClose(event);
|
||||
}
|
||||
});
|
||||
contextMenu.addEventListener('onpopupshowing', this.updateContextMenu.bind(this));
|
||||
contextMenu.addEventListener('popupshowing', this.updateContextMenu.bind(this));
|
||||
contextMenu.addEventListener('command', this.handleContextMenuCommand.bind(this));
|
||||
|
||||
const submenu = document.querySelector('#context_zenWorkspacesOpenInContainerTab > menupopup');
|
||||
|
||||
Reference in New Issue
Block a user