I see that you can use swipeout:click on the main SwipeList component, but is there a way we can also use that when using the SwipeOut component?
If I put a regular @click event on my main div inside the template, then the click event gets triggered even when I'm swiping left / right. This is problematic because I'm going to be opening up a modal on click, and right now that modal keeps popping up when I'm just trying to swipe right to view my actions menu.
Hi there!
I see that you can use
swipeout:click
on the mainSwipeList
component, but is there a way we can also use that when using theSwipeOut
component?If I put a regular
@click
event on my main div inside the template, then the click event gets triggered even when I'm swiping left / right. This is problematic because I'm going to be opening up a modal on click, and right now that modal keeps popping up when I'm just trying to swipe right to view my actions menu.Let me know if you have any ideas. Thanks!