Przeglądaj źródła

Removed a priority that seems to be excessive.

Piotrek Koszuliński 5 lat temu
rodzic
commit
2e151967b7

+ 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 ) );
 	}
 	}
 
 
 	/**
 	/**