fixes for extra window

This commit is contained in:
zadam
2020-04-26 23:11:52 +02:00
parent 7ea53d468e
commit 907cdd8fcb
5 changed files with 17 additions and 3 deletions

View File

@@ -258,8 +258,9 @@ export default class TabRowWidget extends BasicWidget {
x: e.pageX,
y: e.pageY,
items: [
{title: "Move this tab to a new window", command: "moveTabToNewWindow", uiIcon: "empty"},
{title: "Close all tabs", command: "removeAllTabs", uiIcon: "empty"},
{title: "Close all tabs except for this", command: "removeAllTabsExceptForThis", uiIcon: "empty"}
{title: "Close all tabs except for this", command: "removeAllTabsExceptForThis", uiIcon: "empty"},
],
selectMenuItemHandler: ({command}) => {
this.triggerCommand(command, {tabId});