We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eaa948 commit 5e1d832Copy full SHA for 5e1d832
arduino-cloud.html
@@ -43,7 +43,7 @@
43
const connection = $("#node-input-connection").val();
44
$("select#node-input-thing").empty();
45
$("select#node-input-property").empty();
46
- if(this.defaultname) {
+ if(this.defaultname && connection === "_ADD_") {
47
$("#node-input-name").val("");
48
}
49
if (this.connection !== connection && connection !== "_ADD_") {
0 commit comments