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
// By default, press events stop propagation to parent elements.
/// In cases where a handler decides not to handle a specific event,
/// it can call `continuePropagation()` to allow a parent to handle it.
but it doesn't work that way, apparently.
The text was updated successfully, but these errors were encountered:
leptonic/leptonic/src/hooks/interactions/use_press.rs
Line 29 in 6c2959f
but it doesn't work that way, apparently.
The text was updated successfully, but these errors were encountered: