|
|
@@ -249,8 +249,8 @@ describe( 'InlineEditor', () => {
|
|
|
editor.conversion.for( 'toData' ).add( downcastElementToElement( { model: 'heading', view: 'heading' } ) );
|
|
|
editor.conversion.for( 'upcast' ).add( upcastElementToElement( { model: 'heading', view: 'heading' } ) );
|
|
|
editor.conversion.for( 'toEditing' ).add( downcastElementToElement( {
|
|
|
- model: 'heading-editing-representation',
|
|
|
- view: 'heading'
|
|
|
+ model: 'heading',
|
|
|
+ view: 'heading-editing-representation'
|
|
|
} ) );
|
|
|
} );
|
|
|
} );
|