mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
restored shortSwipes on node swiper block
This commit is contained in:
parent
7608fe0d29
commit
4310081e94
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ const NodeImageSwiperBlock: FC<IProps> = observer(({ node }) => {
|
||||||
autoHeight
|
autoHeight
|
||||||
zoom
|
zoom
|
||||||
navigation
|
navigation
|
||||||
shortSwipes={false}
|
|
||||||
>
|
>
|
||||||
{images.map((file, i) => (
|
{images.map((file, i) => (
|
||||||
<SwiperSlide className={styles.slide} key={file.id}>
|
<SwiperSlide className={styles.slide} key={file.id}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue