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
Propagation without useCapture should work from inner element to outer.
And stopPropagation should prevent parent click handler.
Output should be: console.log('Inner clicked');
Other information
If I use (touchend) it works like expected.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Current behavior
Console output will be
Expected/desired behavior
Propagation without useCapture should work from inner element to outer.
And stopPropagation should prevent parent click handler.
Output should be:
console.log('Inner clicked');
Other information
If I use
(touchend)
it works like expected.The text was updated successfully, but these errors were encountered: