1
0
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:
HirokiUchikawa 2018-07-26 20:13:08 +09:00
parent 9efd48fe51
commit 3c71b815f5

View File

@ -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) {