Pile
Pile copied to clipboard
when you scroll down or explore through the entries, the input clears
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
Hi @meh-didi, I would like to give it a try. I am able to reproduced the issue. Can you please assign this bug to me.
Hi @meh-didi, I would like to give it a try. I am able to reproduced the issue. Can you please assign this bug to me.
@shubhammantri1 I don't have the rights, we should ask @UdaraJay 😁
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.
Hi @UdaraJay , Can you please my PR once for this issue.