Scroll to last from inbox (#3068)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-04-25 15:20:55 +06:00 committed by GitHub
parent 43b772c186
commit 7d41f04624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}>