Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Add comment about related issue from ckeditor5-engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed May 14, 2018
1 parent 517b666 commit 86960cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/converters.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ export function modelChangePostFixer( model, writer ) {
if ( entry.type == 'insert' && entry.name == 'listItem' ) {
_addListToFix( entry.position );
} else if ( entry.type == 'insert' && entry.name != 'listItem' ) {
// This post-fixer should be removed after resolving ckeditor5-engine#1228.
if ( entry.name != '$text' ) {
// In case of renamed element.
const item = entry.position.nodeAfter;
Expand Down

0 comments on commit 86960cd

Please sign in to comment.