Explorar el Código

Remove confusing comment.

Maciej Gołaszewski hace 5 años
padre
commit
7f5451feae
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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.