You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.
@tap.stop and @tap="demoMethod($event)" $event.stopPropagation()
Those modifiers don't exist because they can't work - because Hammer events don't support this, and don't have to).
I think your problem is the so-called "ghost click" that happens with tap events. Please see here:
@tap.stop and @tap="demoMethod($event)" $event.stopPropagation()
it is error that dose not find stopPropagation method
after @tap pass $event is not primary MouseEvent
The text was updated successfully, but these errors were encountered: