We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087f607 commit 907c5c9Copy full SHA for 907c5c9
arduino-cloud.html
@@ -58,7 +58,7 @@
58
$("#node-input-name").val("");
59
}
60
61
- if ((this.connection !== connection && connection !== "_ADD_") || thing_id === "") {
+ if ((this.connection !== connection || thing_id === "") && connection !== "_ADD_") {
62
initThings(connection);
63
64
$("#node-input-thing").trigger("change");
0 commit comments