mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix tab_config revealing unused config nodes
This commit is contained in:
parent
f002560616
commit
fad63c0c18
@ -282,7 +282,7 @@ RED.sidebar.config = (function() {
|
|||||||
}
|
}
|
||||||
function show(id) {
|
function show(id) {
|
||||||
if (typeof id === 'boolean') {
|
if (typeof id === 'boolean') {
|
||||||
if (unused) {
|
if (id) {
|
||||||
$('#workspace-config-node-filter-unused').click();
|
$('#workspace-config-node-filter-unused').click();
|
||||||
} else {
|
} else {
|
||||||
$('#workspace-config-node-filter-all').click();
|
$('#workspace-config-node-filter-all').click();
|
||||||
|
Loading…
Reference in New Issue
Block a user