Skip to content

Commit

Permalink
fix(addon-mobile): prevent touchstart after close sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 1, 2024
1 parent 00082eb commit 9b457c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
waIntersectionObserver
waIntersectionThreshold="1"
class="t-filler"
(touchstart.silent)="close()"
(touchstart.silent.prevent)="close()"
(waIntersectionObservee)="onIntersection($event)"
></div>
<div
Expand Down

0 comments on commit 9b457c0

Please sign in to comment.