Fix synced row deadzone behavior and isolate cast scroll metrics

This commit is contained in:
2026-05-30 02:57:34 +00:00
parent 649992a10a
commit c2ee25ba3d
3 changed files with 72 additions and 24 deletions
+1
View File
@@ -3,6 +3,7 @@
class="media-row"
:class="{ 'media-row-wrap': wrap }"
:data-sync-scroll-row="!wrap && rowIndex !== undefined ? 'true' : undefined"
:data-sync-scroll-group="!wrap && rowIndex !== undefined ? 'browse' : undefined"
>
<MediaCard
v-for="(item, index) in items"