fix: placement at fitst row after entering in the top line #6135
+3
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #6134
I still decided to study the problem described in the issues, and I found a solution to this, but perhaps this was the intended solution, so having the same problem with the last column, I would like to offer only line by line for now
I understand that maybe when I'm on the last line and pressing the down arrow on the keyboard, I might expect to go to the first line, but when I'm editing on line 1000, which is quite far away, and pressing enter after entering my value, I don't expect that at all, I'd like to stay at the bottom
I think the user can only expect confirmation of their entered value
By the way, Google Sheets doesn't wrap when saving or when moving with the down arrow. I think it's clear with Excel that there's no limit to the number of rows, so this isn't expected.
from some point of view, one could also consider adding a new line if there is nowhere to go below, this could also be a solution
In any case, it's up to you to decide, but as I noted above, when I first encountered this, I didn't expect it at all
After:
Screencast.from.2025-11-11.22-20-45.webm
Pull Request Checklist