mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02: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 {
|
||||
label = node._def.label;
|
||||
}
|
||||
label = label || " ";
|
||||
|
||||
var entry = $('<div class="tab-config-list-entry"></div>').appendTo(li);
|
||||
entry.on('dblclick',function(e) {
|
||||
|
Loading…
Reference in New Issue
Block a user