Add move-to-start/end and better subflow menu options

This commit is contained in:
Nick O'Leary
2022-11-01 10:35:57 +00:00
parent d8e01584f3
commit a351cd9d9f
4 changed files with 162 additions and 66 deletions

View File

@@ -2834,7 +2834,7 @@ RED.nodes = (function() {
},
addWorkspace: addWorkspace,
removeWorkspace: removeWorkspace,
getWorkspaceOrder: function() { return workspacesOrder },
getWorkspaceOrder: function() { return [...workspacesOrder] },
setWorkspaceOrder: function(order) { workspacesOrder = order; },
workspace: getWorkspace,