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
If I have an element with both a @click handler and a v-longclick directive, I would expect that once the longclick event has fired, my click handler won't be called on mouseup – but it is.
At least, I think this should be offered as a configuration option.
The text was updated successfully, but these errors were encountered:
As far as I remember, I ended up having to track whether the long click had fired and suppress the click handler manually. Which is almost no better than manually implementing long click...
If I have an element with both a
@click
handler and av-longclick
directive, I would expect that once the longclick event has fired, my click handler won't be called on mouseup – but it is.At least, I think this should be offered as a configuration option.
The text was updated successfully, but these errors were encountered: