Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofandel committed Sep 23, 2020
1 parent ed29212 commit e3de64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/carousel/Carousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export default {
// handle drag event
dragStart(event) {
if (!this.hasDrag ||
(!event.target.draggable && event.target.textContent.trim() === '')) return
!event.target.draggable) return
this.dragX = event.touches ? event.changedTouches[0].pageX : event.pageX
if (event.touches) {
this.pauseTimer()
Expand Down

0 comments on commit e3de64e

Please sign in to comment.