mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
revert change to editor change detector, and redo function node valid
code "flag" to report as non-boolean.
This commit is contained in:
@@ -230,7 +230,7 @@ RED.editor = (function() {
|
||||
newValue = input.val();
|
||||
}
|
||||
if (newValue != null) {
|
||||
if (editing_node[d].toString() != newValue.toString()) {
|
||||
if (editing_node[d] != newValue) {
|
||||
if (editing_node._def.defaults[d].type) {
|
||||
if (newValue == "_ADD_") {
|
||||
newValue = "";
|
||||
|
Reference in New Issue
Block a user