mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
0e12fc6b02
commit
6d897793cb
@ -231,6 +231,9 @@ RED.editor = (function() {
|
|||||||
}
|
}
|
||||||
if (newValue != null) {
|
if (newValue != null) {
|
||||||
if (editing_node[d] != newValue) {
|
if (editing_node[d] != newValue) {
|
||||||
|
if (d === "outputs" && (newValue.trim() === "" || isNaN(newValue))) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (editing_node._def.defaults[d].type) {
|
if (editing_node._def.defaults[d].type) {
|
||||||
if (newValue == "_ADD_") {
|
if (newValue == "_ADD_") {
|
||||||
newValue = "";
|
newValue = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user