|
@@ -447,8 +447,7 @@ function dataViewModelH1Insertion( evt, data, conversionApi ) {
|
|
|
|
|
|
|
|
conversionApi.convertChildren( viewItem, titleContent );
|
|
conversionApi.convertChildren( viewItem, titleContent );
|
|
|
|
|
|
|
|
- data.modelRange = modelWriter.createRangeOn( title );
|
|
|
|
|
- data.modelCursor = modelWriter.createPositionAt( data.modelRange.end );
|
|
|
|
|
|
|
+ conversionApi.updateConversionResult( title, data );
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Maps position from the beginning of the model `title` element to the beginning of the view `h1` element.
|
|
// Maps position from the beginning of the model `title` element to the beginning of the view `h1` element.
|