Przeglądaj źródła

Update src/converters/table-cell-refresh-post-fixer.js

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Maciej 6 lat temu
rodzic
commit
b8a47b2d9f

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

@@ -40,7 +40,7 @@ function tableCellRefreshPostFixer( model ) {
 	return fixed;
 }
 
-// Check if a table cell in the view requires refreshing.
+// Check if the model table cell requires refreshing to be re-rendered to a proper state in the view.
 //
 // This methods detects changes that will require:
 // - <span> to <p> rename in the view,