@ -9,7 +9,8 @@ export default PropertyIntegerView.extend({
remove() {
PropertyIntegerView.prototype.remove.apply(this, arguments);
this.inputInst.remove();
const inp = this.inputInst;
inp && inp.remove();
['inputInst', '$color'].forEach(i => (this[i] = {}));
},