Fix header indicator
This commit is contained in:
parent
afd7f5fabe
commit
314a4474f6
2 changed files with 26 additions and 4 deletions
|
|
@ -80,10 +80,12 @@
|
|||
:class="groupsScrolledClass"
|
||||
:min-item-size="minItemSize"
|
||||
:items="filteredEmojiGroups"
|
||||
:emit-update="true"
|
||||
@update="onScroll"
|
||||
>
|
||||
<template #default="{ item: group, index, active }">
|
||||
<DynamicScrollerItem
|
||||
:ref="setGroupRef('group-' + group.id)"
|
||||
:item="group"
|
||||
:active="active"
|
||||
:data-index="index"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue