瀏覽代碼

Clarified the nature of this change.

Piotrek Koszuliński 6 年之前
父節點
當前提交
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 ) {