Calculate display count from width

This commit is contained in:
tusooa 2023-01-02 13:42:09 -05:00
commit 081a416103
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 16 additions and 3 deletions

View file

@ -82,6 +82,7 @@
:items="emojiItems"
:emit-update="true"
@update="onScroll"
@visible="recalculateItemPerRow"
>
<template #default="{ item: group, index, active }">
<DynamicScrollerItem