Fix to remove unnecessary typedInput element

This commit is contained in:
HirokiUchikawa 2018-07-26 20:13:08 +09:00
parent 9efd48fe51
commit 3c71b815f5
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) {