mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge branch 'master' into 0.18
This commit is contained in:
@@ -978,6 +978,8 @@ RED.editor = (function() {
|
||||
if (outputsChanged) {
|
||||
changed = true;
|
||||
}
|
||||
} else {
|
||||
newValue = parseInt(newValue);
|
||||
}
|
||||
}
|
||||
if (editing_node[d] != newValue) {
|
||||
|
Reference in New Issue
Block a user