Maciej Gołaszewski %!s(int64=5) %!d(string=hai) anos
pai
achega
f5ef5c991f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}.
  *