mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-31 20:57:31 +00:00
Scroll to last from inbox (#3068)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
43b772c186
commit
7d41f04624
@ -103,7 +103,7 @@
|
||||
return index !== -1
|
||||
}
|
||||
|
||||
$: scrollIndex = shouldScroll ? newTxIndexes[0] ?? -1 : -1
|
||||
$: scrollIndex = shouldScroll ? newTxIndexes[0] ?? filtered.length - 1 : -1
|
||||
</script>
|
||||
|
||||
<div class="antiSection-header high mt-9" class:invisible={transparent}>
|
||||
|
Loading…
Reference in New Issue
Block a user