Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/action-sheet/ActionSheetGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function ActionSheetGrid(props: ActionSheetGridProps) {
autoplay={false}
className={cx(`${actionSheetClass}__swiper-wrap--base`, pageNum > 1 && `${actionSheetClass}__swiper-wrap`)}
loop={false}
navigation={pageNum > 1 ? { type: 'dots' } : undefined}
navigation={pageNum > 1 ? { type: 'dots' } : false}
direction="horizontal"
height={pageNum > 1 ? 208 : 196}
>
Expand Down
1 change: 1 addition & 0 deletions src/notice-bar/NoticeBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ const NoticeBar: React.FC<NoticeBarProps> = (props) => {
className={`${rootClassName}__content--vertical`}
autoplay
loop
navigation={false}
direction={direction}
duration={2000}
touchable={touchable}
Expand Down
Loading
Loading