Skip to content

Commit

Permalink
Disable optimistic re-ordering for variable sized grid story
Browse files Browse the repository at this point in the history
  • Loading branch information
clauderic committed Jul 14, 2024
1 parent a8542de commit 56c2b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/stories/stories/react/Sortable/Grid/Grid.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const VariableSizes: Story = {
...defaultArgs,
itemCount: 14,
collisionDetector: pointerIntersection,
optimistic: false,
getItemStyle(_: number, index: number) {
if (index === 0 || index === 10) {
return {
Expand Down

0 comments on commit 56c2b1f

Please sign in to comment.