ソースを参照

Cleaned imports.

Kuba Niegowski 5 年 前
コミット
ea99924aab
1 ファイル変更4 行追加2 行削除
  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';
 
 /**