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