Skip to content

Commit

Permalink
fix(grid): scroll not loading additional variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 3, 2022
1 parent 2f49654 commit 58fe7e5
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ const columnCount = computed(() => Math.min(storyStore.currentStory.variants.len
<ToolbarTextDirection />
</div>

<div class="htw-overflow-y-auto htw-flex htw-flex-1">
<div
ref="el"
class="htw-flex htw-w-0 htw-flex-1 htw-mx-4"
@scroll="updateMaxCount()"
>
<div
ref="el"
class="htw-overflow-y-auto htw-flex htw-flex-1"
@scroll="updateMaxCount()"
>
<div class="htw-flex htw-w-0 htw-flex-1 htw-mx-4">
<div
class="htw-m-auto"
:style="{
Expand Down

0 comments on commit 58fe7e5

Please sign in to comment.