Skip to content

Commit

Permalink
runestone: Implement scrollToLine
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed Jun 12, 2024
1 parent a594183 commit 3368178
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ extension RunestoneImplementation: EditorImplementation {
}

func scrollToLine(line: Int) async {

await textView.goToLine(line)
}

func openSearchWidget() async {
Expand Down

0 comments on commit 3368178

Please sign in to comment.