1
0
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:
Nick O'Leary 2021-08-24 17:44:52 +01:00
parent 46e2ff1001
commit 9dbe531bf7
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -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.invoke("core:search","type:tab ");
})