mirror of https://github.com/node-red/node-red.git
Merge pull request #1846 from node-red-hitachi/remove-html-element
Fix to remove unnecessary typedInput option elementruntime-api
commit
f64c4a981f
|
@ -440,6 +440,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
_destroy: function() {
|
_destroy: function() {
|
||||||
|
if (this.optionMenu) {
|
||||||
|
this.optionMenu.remove();
|
||||||
|
}
|
||||||
this.menu.remove();
|
this.menu.remove();
|
||||||
},
|
},
|
||||||
types: function(types) {
|
types: function(types) {
|
||||||
|
|
Loading…
Reference in New Issue