mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove duplicate hide-tab action
This commit is contained in:
parent
46e2ff1001
commit
9dbe531bf7
@ -397,8 +397,6 @@ RED.workspaces = (function() {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
RED.actions.add("core:hide-tab", function() { RED.workspaces.hide(); })
|
|
||||||
|
|
||||||
RED.actions.add("core:list-flows",function() {
|
RED.actions.add("core:list-flows",function() {
|
||||||
RED.actions.invoke("core:search","type:tab ");
|
RED.actions.invoke("core:search","type:tab ");
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user