|
@@ -208,6 +208,7 @@ export default class ColorInputView extends View {
|
|
|
removeColorButton.on( 'execute', () => {
|
|
removeColorButton.on( 'execute', () => {
|
|
|
this.value = '';
|
|
this.value = '';
|
|
|
this._dropdownView.isOpen = false;
|
|
this._dropdownView.isOpen = false;
|
|
|
|
|
+ this.fire( 'input' );
|
|
|
} );
|
|
} );
|
|
|
|
|
|
|
|
return removeColorButton;
|
|
return removeColorButton;
|