|
|
@@ -510,7 +510,7 @@ export default class TableCellPropertiesView extends View {
|
|
|
class: 'ck-table-form__border-color',
|
|
|
} );
|
|
|
|
|
|
- borderColorInput.bind( 'value' ).to( this, 'borderColor' );
|
|
|
+ borderColorInput.view.bind( 'value' ).to( this, 'borderColor' );
|
|
|
|
|
|
borderColorInput.bind( 'isEnabled' ).to( this, 'borderStyle', value => {
|
|
|
return value !== 'none';
|