mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Update workspace delete button state properly
This commit is contained in:
@@ -87,6 +87,9 @@ RED.tabs = function() {
|
||||
activateTab(tab.find("a"));
|
||||
}
|
||||
li.remove();
|
||||
if (options.onremove) {
|
||||
options.onremove(id);
|
||||
}
|
||||
|
||||
},
|
||||
activateTab: activateTab,
|
||||
|
Reference in New Issue
Block a user