-
is there any way to focus the editor at a particular position instead of just from the starting by calling ctx.get(editorViewCtx).focus()? |
Beta Was this translation helpful? Give feedback.
Answered by
s-elo
Jun 3, 2022
Replies: 1 comment
-
https://github.com/Saul-Mirone/vite-plugin-book/blob/601b370d28/packages/vite-plugin-book/src/hook/useEditor.ts#L148 Answered by Mirone~ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
s-elo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/Saul-Mirone/vite-plugin-book/blob/601b370d28/packages/vite-plugin-book/src/hook/useEditor.ts#L148 Answered by Mirone~