You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is related to #47. When trying to edit a restricted area, the first character is applied and then the cursor jumps to the beginning of the document.
As you mentioned in #47, you are merely using applyEdits and not changing the cursor position yourself. I am not sure on how to apply your suggestion to test applyEdits to verify if this is a monaco issue.
Hi @ntippman
Thank you for the reproducible example and this info The [vue-monaco-editor](https://github.com/imguolao/monaco-vue) uses [email protected]. When switching to [email protected] the plugin works as expected.
I will debug this issue and let you know as soon as possible.
This issue is related to #47. When trying to edit a restricted area, the first character is applied and then the cursor jumps to the beginning of the document.
Please see this stackblitz for more details.
As you mentioned in #47, you are merely using
applyEdits
and not changing the cursor position yourself. I am not sure on how to apply your suggestion to testapplyEdits
to verify if this is a monaco issue.The vue-monaco-editor uses
[email protected]
. When switching to[email protected]
the plugin works as expected.Could you please take a look if there is an issue with the plugin?
The text was updated successfully, but these errors were encountered: