Showing
1 changed file
with
2 additions
and
1 deletions
@@ -104,7 +104,8 @@ export default { | @@ -104,7 +104,8 @@ export default { | ||
104 | } | 104 | } |
105 | ], | 105 | ], |
106 | scrollOptions: { | 106 | scrollOptions: { |
107 | - directionLockThreshold: 0 | 107 | + directionLockThreshold: 0, |
108 | + stopPropagation: true | ||
108 | }, | 109 | }, |
109 | slideOptions: { | 110 | slideOptions: { |
110 | listenScroll: true, | 111 | listenScroll: true, |
-
Please register or login to post a comment