Merge pull request #1846 from node-red-hitachi/remove-html-element

Fix to remove unnecessary typedInput option element
This commit is contained in:
Nick O'Leary
2018-07-27 13:20:44 +01:00
committed by GitHub

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