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

Commit

Permalink
Added a comment about TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Feb 21, 2017
1 parent f67581a commit 86dbdf2
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 @@ -60,6 +60,7 @@ export function viewToModelImage() {
}

// Convert children of converted view element and append them to `modelImage`.
// TODO https://github.com/ckeditor/ckeditor5-engine/issues/736.
data.context.push( modelImage );
const modelChildren = conversionApi.convertChildren( viewFigureElement, consumable, data );
const insertPosition = ModelPosition.createAt( modelImage, 'end' );
Expand Down

0 comments on commit 86dbdf2

Please sign in to comment.