Skip to content

Commit

Permalink
fix: remove scrollSnapStopProp from scroll system prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mia committed Jan 10, 2024
1 parent d6fc2b3 commit d5afc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vibrant-core/src/lib/props/scroll/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ const scrollSnapStopProp = createSystemProp({
styleProperty: 'scrollSnapStop',
});

export const scrollSystemProps = [hideScrollProp, horizontalProp, scrollSnapProp, scrollSnapStopProp];
export const scrollSystemProps = [hideScrollProp, horizontalProp, scrollSnapProp];

export const scrollItemSystemProps = [scrollSnapStopProp, snapAlignmentProp];

0 comments on commit d5afc7d

Please sign in to comment.