Reset palette-manager tabs when settings dialog reopened

This commit is contained in:
Nick O'Leary 2017-06-27 14:17:26 +01:00
parent c9317659c5
commit 83ebcf1dae
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -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',"");