浏览代码

Clarified the nature of this change.

Piotrek Koszuliński 7 年之前
父节点
当前提交
9a46a0ffe3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/ckeditor5-table/src/converters/table-cell-content-post-fixer.js

+ 1 - 0
packages/ckeditor5-table/src/converters/table-cell-content-post-fixer.js

@@ -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 ) {