-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add scroll past end #1267
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
Add scroll past end #1267
Conversation
Cool! Thanks @Hooskers 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@kazup01 could you confirm how does it work and merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine :)
Awesome, thanks! I'm a big fan of Boostnote and see a lot of areas of improvement. Look forward to seeing more PRs from me in the future! 😄 |
@Hooskers Cool! We are looking forward to your suggestion <3 |
Implements feature request in #838. This is something I missed from the editor, as well.
CodeMirror has a
scrollPastEnd
addon and I just added a checkbox in the UI tab of Preferences to enable it in the code editor.