Open tatssato opened 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.)
scroll.current?.scrollIntoView
@nkgardose suggests that we should have a better implmentation for this
Use setTimeout as a temporary solution, will get back on this once I finish more important tasks.
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