|
@@ -175,7 +175,7 @@ export default class ColorInputView extends View {
|
|
|
|
|
|
|
|
dropdown.buttonView.children.add( colorPreview );
|
|
dropdown.buttonView.children.add( colorPreview );
|
|
|
|
|
|
|
|
- dropdown.panelPosition = 'sw';
|
|
|
|
|
|
|
+ dropdown.panelPosition = locale.uiLanguageDirection === 'rtl' ? 'se' : 'sw';
|
|
|
dropdown.panelView.children.add( removeColorButton );
|
|
dropdown.panelView.children.add( removeColorButton );
|
|
|
dropdown.panelView.children.add( colorGrid );
|
|
dropdown.panelView.children.add( colorGrid );
|
|
|
dropdown.bind( 'isEnabled' ).to( this, 'isReadOnly', value => !value );
|
|
dropdown.bind( 'isEnabled' ).to( this, 'isReadOnly', value => !value );
|