mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed hero swiping
This commit is contained in:
parent
947d2180f6
commit
f3fa88d72c
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ export const FlowSwiperHero: FC<Props> = ({ heroes }) => {
|
||||||
onAfterInit={onIndexChange}
|
onAfterInit={onIndexChange}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
followFinger
|
followFinger
|
||||||
|
shortSwipes={false}
|
||||||
>
|
>
|
||||||
{heroes
|
{heroes
|
||||||
.filter(node => node.thumbnail)
|
.filter(node => node.thumbnail)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue