Kuba Niegowski 5 anni fa
parent
commit
ea99924aab
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      packages/ckeditor5-table/src/tableclipboard.js

+ 4 - 2
packages/ckeditor5-table/src/tableclipboard.js

@@ -19,11 +19,13 @@ import { getColumnIndexes, getRowIndexes, getSelectionAffectedTableCells, isSele
 import {
 	cropTableToDimensions,
 	getHorizontallyOverlappingCells,
-	getVerticallyOverlappingCells, removeEmptyRowsColumns,
+	getVerticallyOverlappingCells,
+	removeEmptyRowsColumns,
 	splitHorizontally,
 	splitVertically,
 	trimTableCellIfNeeded,
-	adjustLastRowIndex, adjustLastColumnIndex
+	adjustLastRowIndex,
+	adjustLastColumnIndex
 } from './utils/structure';
 
 /**