Преглед изворни кода

Clarified the nature of this change.

Piotrek Koszuliński пре 6 година
родитељ
комит
9a46a0ffe3

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