Merge pull request #3606 from node-red/dev

Merge minor dev branch fixes and "Search flow:active" V3 item into master
This commit is contained in:
Nick O'Leary
2022-05-10 11:19:03 +01:00
committed by GitHub
5 changed files with 29 additions and 23 deletions

View File

@@ -530,7 +530,6 @@
if (type !== 'full') {
comp = $("#node-input-typed-complete").typedInput('value');
}
console.log('hihi')
that.statusType = "auto";
that.statusVal = comp;
}

View File

@@ -302,7 +302,6 @@
return this.name?"node_label_italic":"";
},
oneditprepare: function() {
console.log("link call oneditprepare")
const updateVisibility = function() {
const static = $('#node-input-linkType').val() !== "dynamic";
if(static) {