ソースを参照

Remove confusing comment.

Maciej Gołaszewski 5 年 前
コミット
7f5451feae
1 ファイル変更0 行追加1 行削除
  1. 0 1
      packages/ckeditor5-table/src/tableclipboard.js

+ 0 - 1
packages/ckeditor5-table/src/tableclipboard.js

@@ -160,7 +160,6 @@ export default class TableClipboard extends Plugin {
 				pastedTable = cropTableToDimensions( pastedTable, 0, 0, selectionHeight - 1, selectionWidth - 1, tableUtils, writer );
 			}
 
-			// Stores cells as a map of pasted table cell as 'row * column' index.
 			const pastedTableMap = createLocationMap( pastedTable, selectionWidth, selectionHeight );
 
 			// Content table to which we insert a pasted table.