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
After saving changes to a presentation with the extension activated, the cursor moves to a random/arbitrary location in the file. No matter where you place the cursor, saving the file always returns the cursor to this location, making using the extension somewhat disorienting. The location changes from time to time, for reasons I cannot determine.
Minimal reproduction
Steps to reproduce the behavior:
Make changes to slides.md
Save changes
Observe new cursor location unrelated to change
Environment
Slidev version: v0.50.0-beta.4
Browser: Chrome
OS: Fedora 40
If you are using Slidev globally (i.e. npx slidev or npm i -g slidev), please try to reproduce the issue in a local project (i.e. npm create slidev@latest).
The text was updated successfully, but these errors were encountered:
I am afraid that I can't reproduce this problem. Could you disable all other extensions, and check the editor.formatOnSave setting and the formatter you're using?
Here's a screen capture of what's happening. After I type, I save using ctrl-S and you can see it jump to an arbitrary location. I do not have formatOnSave turned on.
Describe the bug
After saving changes to a presentation with the extension activated, the cursor moves to a random/arbitrary location in the file. No matter where you place the cursor, saving the file always returns the cursor to this location, making using the extension somewhat disorienting. The location changes from time to time, for reasons I cannot determine.
Minimal reproduction
Steps to reproduce the behavior:
slides.md
Environment
If you are using Slidev globally (i.e.
npx slidev
ornpm i -g slidev
), please try to reproduce the issue in a local project (i.e.npm create slidev@latest
).The text was updated successfully, but these errors were encountered: