mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-04 19:07:21 +00:00
fix: Fixed workspace context menu not working, b=(no-bug), c=workspaces
This commit is contained in:
@@ -956,7 +956,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
}
|
||||
|
||||
handleContextMenuCommand(event) {
|
||||
const target = event.target.closest('toolbarbutton');
|
||||
const target = event.target.closest('menuitem');
|
||||
if (!target) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user