Kaynağa Gözat

Remove confusing comment.

Maciej Gołaszewski 5 yıl önce
ebeveyn
işleme
7f5451feae

+ 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 );
 				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 );
 			const pastedTableMap = createLocationMap( pastedTable, selectionWidth, selectionHeight );
 
 
 			// Content table to which we insert a pasted table.
 			// Content table to which we insert a pasted table.