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

Commit

Permalink
Clarified the nature of this change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Feb 7, 2019
1 parent 5f28610 commit eb6f525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/converters/table-cell-content-post-fixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ function fixTableCellContent( tableCell, writer ) {
}

// Check table cell children for directly placed $text nodes.
// Temporary solution. See https://github.com/ckeditor/ckeditor5/issues/1464.
const textNodes = Array.from( tableCell.getChildren() ).filter( child => child.is( 'text' ) );

for ( const child of textNodes ) {
Expand Down

0 comments on commit eb6f525

Please sign in to comment.