Fix the problem that output labels of switch node sometimes disappear (#1664)

This commit is contained in:
Kazuki Nakanishi 2018-03-21 05:37:29 +09:00 committed by Nick O'Leary
parent 2845475e3f
commit fe289e62b5
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
rule.t = 'eq';
}
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({
overflow: 'hidden',