mirror of https://github.com/node-red/node-red.git
Fix the problem that output labels of switch node sometimes disappear (#1664)
parent
2845475e3f
commit
fe289e62b5
|
@ -199,7 +199,7 @@
|
||||||
rule.t = 'eq';
|
rule.t = 'eq';
|
||||||
}
|
}
|
||||||
if (!opt.hasOwnProperty('i')) {
|
if (!opt.hasOwnProperty('i')) {
|
||||||
opt._i = Math.floor((0x99999-0x10000)*Math.random()).toString(16);
|
opt._i = Math.floor((0x99999-0x10000)*Math.random()).toString();
|
||||||
}
|
}
|
||||||
container.css({
|
container.css({
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
|
Loading…
Reference in New Issue