mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Reset palette-manager tabs when settings dialog reopened
This commit is contained in:
parent
c9317659c5
commit
83ebcf1dae
@ -530,7 +530,7 @@ RED.palette.editor = (function() {
|
||||
editorTabs = RED.tabs.create({
|
||||
element: settingsPane.find('#palette-editor-tabs'),
|
||||
onchange:function(tab) {
|
||||
$("#palette-editor .palette-editor-tab").hide();
|
||||
content.find(".palette-editor-tab").hide();
|
||||
tab.content.show();
|
||||
if (filterInput) {
|
||||
filterInput.searchBox('value',"");
|
||||
|
Loading…
Reference in New Issue
Block a user