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
Describe the bug
When writing a note, the last word or whatever is in the textbuffer is inserted at the end of the field. This is triggered both when hitting the return key or randomly when writing while the cursor is not at the end of the field. Leaving a trailing space at the end of the line clears the buffer and avoids the problem.
Tested with both AOSP-keyboard and Anysoftkeyboard.
To Reproduce
Steps to reproduce the behavior:
Open a note
Start typing letters (at least two words)
Hit return
See the cursor move down a line with the same word copied to the new line. Expected behavior
Hitting return moves the cursor and everything after it to the next line without inserting extra text.
Screenshots
Smartphone (please complete the following information):
Device: Xiaomi Mi 11 5g lite
OS: A12
App Version 1.0.4
Additional context
Additionally single new lines seem to get ignored in view-mode (needing one whole empty line to show) but that could just be a weird markdown interpretation.
The text was updated successfully, but these errors were encountered:
The issue does occur after updating Jetpack Compose's version.
Let me know if it still persests after the next release. Also try using another keyboard as it might be from AnysoftKeyboard
Describe the bug
When writing a note, the last word or whatever is in the textbuffer is inserted at the end of the field. This is triggered both when hitting the return key or randomly when writing while the cursor is not at the end of the field. Leaving a trailing space at the end of the line clears the buffer and avoids the problem.
Tested with both AOSP-keyboard and Anysoftkeyboard.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Hitting return moves the cursor and everything after it to the next line without inserting extra text.
Screenshots
Smartphone (please complete the following information):
Additional context
Additionally single new lines seem to get ignored in view-mode (needing one whole empty line to show) but that could just be a weird markdown interpretation.
The text was updated successfully, but these errors were encountered: