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
the reason for this is the virtualized timeline- it removes the entry if you scroll too far away from it.
ideal fix is to keep track of the entry in focus (store index) within TimelineContext and use that to pin the entry to the top. it might be doable via virtuoso, otherwise likely more complicated.
Expected Behavior
when you scroll down or explore through the entries, the input clears
Current Behavior
when scrolling down or exploring through entries, the input should not clear
Steps to Reproduce
start writing a new entry
scroll down until you no longer see the input field
The text was updated successfully, but these errors were encountered: