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
It seems that onMouseDown fires multiple times unless e.stopPropagation() is added in the handler (specifically in the clock buttons).
Is there a way to have it default to not propagate, or do we just add stopPropagation() where onMouseDown is used?