|
|
@@ -48,8 +48,8 @@ export default class EditableUIView extends View {
|
|
|
|
|
|
this.applyTemplateToElement( editableElement, {
|
|
|
attributes: {
|
|
|
- contentEditable: bind.to( 'isEditable' ),
|
|
|
- class: [ bind.to( 'isFocused', value => value ? 'ck-focused' : 'ck-blurred' ) ]
|
|
|
+ contenteditable: bind.to( 'isEditable' ),
|
|
|
+ class: bind.to( 'isFocused', value => value ? 'ck-focused' : 'ck-blurred' )
|
|
|
}
|
|
|
} );
|
|
|
}
|