1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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
commit f64c4a981f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,6 +440,9 @@
}
},
_destroy: function() {
if (this.optionMenu) {
this.optionMenu.remove();
}
this.menu.remove();
},
types: function(types) {