mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-21 07:46:24 +00:00
Reduce loading time when switching channels (#6118)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
8163a30b77
commit
c443cc60bd
@ -440,8 +440,8 @@
|
|||||||
shouldWaitAndRead = true
|
shouldWaitAndRead = true
|
||||||
autoscroll = true
|
autoscroll = true
|
||||||
shouldScrollToNew = true
|
shouldScrollToNew = true
|
||||||
|
isInitialScrolling = false
|
||||||
waitLastMessageRenderAndRead(() => {
|
waitLastMessageRenderAndRead(() => {
|
||||||
isInitialScrolling = false
|
|
||||||
autoscroll = false
|
autoscroll = false
|
||||||
})
|
})
|
||||||
} else if (separatorElement) {
|
} else if (separatorElement) {
|
||||||
|
Loading…
Reference in New Issue
Block a user