8
0
Maciej Gołaszewski 5 سال پیش
والد
کامیت
f5ef5c991f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-table/src/tableselection/croptable.js

+ 1 - 1
packages/ckeditor5-table/src/tableselection/croptable.js

@@ -47,7 +47,7 @@ export function cropTableToDimensions( sourceTable, startRow, startColumn, endRo
  *		tableSelection.startSelectingFrom( startCell )
  *		tableSelection.setSelectingFrom( endCell )
  *
- *		const croppedTable = cropTable( tableSelection.getSelectedTableCells() );
+ *		const croppedTable = cropTable( tableSelection.getSelectedTableCells(), tableUtils, writer );
  *
  * **Note**: This function is also used by {@link module:table/tableselection~TableSelection#getSelectionAsFragment}.
  *