Skip to content

Commit

Permalink
Fix Table selector after resize
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres-CT98 authored May 29, 2024
1 parent d7a4d8c commit 78fa571
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ export class TableEditor {

if (this.range) {
this.editor.setDOMSelection({ type: 'range', range: this.range, isReverted: false });
this.range = null;
}

this.editor.takeSnapshot(); // Pass in an empty callback to make sure ContentChangedEvent is triggered
Expand Down

0 comments on commit 78fa571

Please sign in to comment.