Skip to content

Commit

Permalink
Update packages/ckeditor5-table/src/converters/table-cell-refresh-pos…
Browse files Browse the repository at this point in the history
…t-fixer.js
  • Loading branch information
jodator authored May 11, 2020
1 parent 9f4c0e2 commit 82f7ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ function checkRefresh( tableCell, type, insertCount ) {
// - another element is added to a single paragraph (childCount becomes >= 2)
// - another element is removed and a single paragraph is left (childCount == 1)
//
// Change is not needed if there was multiple blocks before change.
// Change is not needed if there were multiple blocks before change.
return tableCell.childCount <= ( type == 'insert' ? insertCount + 1 : 1 );
}

0 comments on commit 82f7ae3

Please sign in to comment.