Selaa lähdekoodia

Removed a priority that seems to be excessive.

Piotrek Koszuliński 5 vuotta sitten
vanhempi
commit
2e151967b7
1 muutettua tiedostoa jossa 1 lisäystä ja 5 poistoa
  1. 1 5
      packages/ckeditor5-table/src/ui/colorinputview.js

+ 1 - 5
packages/ckeditor5-table/src/ui/colorinputview.js

@@ -133,11 +133,7 @@ export default class ColorInputView extends View {
 			]
 		} );
 
-		this.on(
-			'change:value',
-			( evt, name, inputValue ) => this._setInputValue( inputValue ),
-			{ priority: 'high' }
-		);
+		this.on( 'change:value', ( evt, name, inputValue ) => this._setInputValue( inputValue ) );
 	}
 
 	/**