Skip to content

Commit

Permalink
fix: 禁止marquee鼠标滚动
Browse files Browse the repository at this point in the history
  • Loading branch information
sadais-lwt committed Aug 19, 2021
1 parent c5e2d09 commit 375edb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pi-marquee/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:class="{ vertical: direction === 'vertical' }"
@mouseenter="handlePause"
@mouseleave="handleStart"
@scroll.prevent=""
@touchmove.stop.prevent
>
<view class="inner-wrap" :style="animate">
<view ref="inner" class="inner">
Expand Down

0 comments on commit 375edb5

Please sign in to comment.