Explorar o código

Cleaned imports.

Kuba Niegowski %!s(int64=5) %!d(string=hai) anos
pai
achega
ea99924aab
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  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';
 
 /**