logue / vue-codemirror6

⌨️ @codemirror 6 component for @vuejs. Vue2 & Vue3 both supported.
https://logue.dev/vue-codemirror6/
MIT License
123 stars 16 forks source link

Update event no longer triggering on text selection or moving the cursor through the editor #24

Open yoyosan opened 8 months ago

yoyosan commented 8 months ago

Hello.

We were using an older version, 1.1.11 and had to update to 1.1.27 due to the editor lagging a lot when editing a text with more than 23k characters.

After the version bump, the update event no longer triggers for the following events in the editor, like it did in 1.1.11,

For a comparison, checkout these sample projects:

We rely on this behaviour heavily.

@logue any idea on what's causing this?

yoyosan commented 8 months ago

The issue is caused by this condition, https://github.com/logue/vue-codemirror6/blob/master/src/components/CodeMirror.ts#L370