Merge pull request #7861 from Slowlife01/workspace-contextmenu

fix: Fixed workspace context menu not working, b=(no-bug), c=workspaces
This commit is contained in:
mr. m
2025-04-25 10:39:42 +02:00
committed by GitHub

View File

@@ -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;
}