mirror of https://github.com/node-red/node-red.git
parent
5f4f6e37b5
commit
915d73e6f2
|
@ -882,6 +882,8 @@ RED.editor = (function() {
|
|||
if (outputsChanged) {
|
||||
changed = true;
|
||||
}
|
||||
} else {
|
||||
newValue = parseInt(newValue);
|
||||
}
|
||||
}
|
||||
if (editing_node[d] != newValue) {
|
||||
|
|
Loading…
Reference in New Issue