Skip to content

Commit

Permalink
fix: get moveNextPosition from editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalloDornelas committed Dec 21, 2023
1 parent 9e82911 commit ddef06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syncfusion/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class IaraSyncfusionAdapter
this._recognition.automation.copyText(
...(await this._contentManager.getContent())
);
this._selectionManager.selection.moveNextPosition();
this._editorContainer.documentEditor.selection.moveNextPosition();
}

clearReport(): void {
Expand Down

0 comments on commit ddef06c

Please sign in to comment.