hc-institute-japan / kizuna

https://kizuna.foundation/en/
Other
32 stars 5 forks source link

ChatList scrollIntoView can be improved #41

Open tatssato opened 3 years ago

tatssato commented 3 years ago

Currently, we are setting a timeout where the scroll.current?.scrollIntoView is being used. (see here for setting of timeout in ScrollToBottom.)

@nkgardose suggests that we should have a better implmentation for this

nkgardose commented 3 years ago

Use setTimeout as a temporary solution, will get back on this once I finish more important tasks.