fixup! feat(core/ui): rust-based UI flows

Martin Milata 1 month ago
parent cab7b66c84
commit c049e63059

@ -85,6 +85,7 @@ where
}
/// Make any component swipable by ignoring all swipe events.
#[derive(Clone)]
pub struct IgnoreSwipe<T>(T);
impl<T> IgnoreSwipe<T> {

Loading…
Cancel
Save