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
I want to handle events at the document level, but your stopEvent() function is extremely aggressive. Could you preventDefault without stopping propagation? Do you even need to preventDefault since the elements are all spans, it shouldn't have any default effect.
Otherwise, I don't really understand why you need to stop the event from progressing normally.
Thanks!
The text was updated successfully, but these errors were encountered:
I want to handle events at the document level, but your stopEvent() function is extremely aggressive. Could you preventDefault without stopping propagation? Do you even need to preventDefault since the elements are all spans, it shouldn't have any default effect.
Otherwise, I don't really understand why you need to stop the event from progressing normally.
Thanks!
The text was updated successfully, but these errors were encountered: