소스 검색

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

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Maciej 6 년 전
부모
커밋
b8a47b2d9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-table/src/converters/table-cell-refresh-post-fixer.js

+ 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,