mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39:58 +00:00
fix: render replies to fill the screen height (#1859)
This commit is contained in:
parent
cb0b7b58bb
commit
bc09a28af6
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ onReactivated(() => {
|
|||
v-slot="{ item, index, active }"
|
||||
:items="context?.descendants || []"
|
||||
:min-item-size="200"
|
||||
:buffer="800"
|
||||
key-field="id"
|
||||
page-mode
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue