mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #4030 from node-red-hitachi/disable-delete-tab-menu-when-single-tab-exists
Disable delete tab menu when single tab exists
This commit is contained in:
commit
c42c6a7b08
@ -266,7 +266,8 @@ RED.workspaces = (function() {
|
|||||||
} else if (tab.type === 'subflow') {
|
} else if (tab.type === 'subflow') {
|
||||||
RED.subflow.delete(tab.id)
|
RED.subflow.delete(tab.id)
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
disabled: (workspaceTabCount === 1)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: RED._("menu.label.export"),
|
label: RED._("menu.label.export"),
|
||||||
|
Loading…
Reference in New Issue
Block a user