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
1 changed files with 0 additions and 2 deletions

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 ");
})