mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix config node tab entry for blank label
This commit is contained in:
parent
f81ebf0e64
commit
a0aec3f8f1
@ -47,6 +47,7 @@ RED.configTab = function() {
|
|||||||
} else {
|
} else {
|
||||||
label = node._def.label;
|
label = node._def.label;
|
||||||
}
|
}
|
||||||
|
label = label || " ";
|
||||||
|
|
||||||
var entry = $('<div class="tab-config-list-entry"></div>').appendTo(li);
|
var entry = $('<div class="tab-config-list-entry"></div>').appendTo(li);
|
||||||
entry.on('dblclick',function(e) {
|
entry.on('dblclick',function(e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user