|
@@ -66,9 +66,6 @@ export default class RemoveColumnCommand extends Command {
|
|
|
const cellToFocus = getCellToFocus( tableMap, firstCell, lastCell, removedColumnIndexes );
|
|
const cellToFocus = getCellToFocus( tableMap, firstCell, lastCell, removedColumnIndexes );
|
|
|
|
|
|
|
|
this.editor.model.change( writer => {
|
|
this.editor.model.change( writer => {
|
|
|
- // A temporary workaround to avoid the "model-selection-range-intersects" error.
|
|
|
|
|
- writer.setSelection( writer.createRangeOn( table ) );
|
|
|
|
|
-
|
|
|
|
|
adjustHeadingColumns( table, removedColumnIndexes, writer );
|
|
adjustHeadingColumns( table, removedColumnIndexes, writer );
|
|
|
|
|
|
|
|
for (
|
|
for (
|