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

Fix to remove unnecessary typedInput option element
runtime-api
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
1 changed files with 3 additions and 0 deletions

View File

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