mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix to remove unnecessary typedInput element
This commit is contained in:
parent
9efd48fe51
commit
3c71b815f5
@ -440,6 +440,9 @@
|
||||
}
|
||||
},
|
||||
_destroy: function() {
|
||||
if (this.optionMenu) {
|
||||
this.optionMenu.remove();
|
||||
}
|
||||
this.menu.remove();
|
||||
},
|
||||
types: function(types) {
|
||||
|
Loading…
Reference in New Issue
Block a user