Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with 'Typewriter Scroll' plugin #16

Open
ChrisBarfod opened this issue Jan 5, 2022 · 1 comment
Open

Doesn't work with 'Typewriter Scroll' plugin #16

ChrisBarfod opened this issue Jan 5, 2022 · 1 comment

Comments

@ChrisBarfod
Copy link

When Typewriter Scroll is enabled, the cursor is always loaded at the top of the page, not the last cursor position.

@Corgi
Copy link

Corgi commented Jan 9, 2022

Same issue on Crostini. I discovered that by commenting out line 79 of main.js in Typewriter Scroll, where it says var cursor = cm.getCursor('head'); I can make it work with Cursor Position, but of course this will presumably be wiped out the next time Typewriter Scroll updates. I'm going to open an issue over there about this as well as I have no idea if this is something Cursor Position can override or if it would be good practice for it to do so.

Edit: Above fix does not actually work, and I should check things before I say them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants