Cursor should be kept in viewport when pressing enter on last line #2772
Wqrld
started this conversation in
Ideas & Enhancements
Replies: 1 comment
-
|
See demo video in the docs matrix for a proposed implementation: https://matrix.to/#/!pKqGwFDkjqlFyJabhP:matrix.org/$_VO8hQ6_hMfeAgnTRQr8xc1uvI8RDumPbtCoGtrgCb4?via=matrix.org&via=tchncs.de&via=openproject.org |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, if you press enter on the last line of a document, the cursor goes to the line below, but scroll does not follow. This leads to the situation that it is not visible where you are typing. The scroll only triggers when you actually type letters.
In GDocs, when pressing enter on the last line, the page overscrolls a bit to give around 3 lines of space, leading in my opinion to a nicer editing experience. I believe this would be a good feature to have in Blocknote.
Reproduce:
hold enter until the end of the page. On the last line type one letter, then press enter. Notice that the active line is now outside of the user's view until they type more.
Beta Was this translation helpful? Give feedback.
All reactions