Open shial4 opened 1 year ago
Describe the bug Add missing AnyGesture type-eraser
AnyGesture
/// A type-erased gesture. public struct AnyGesture<Value>: Gesture { ... }
https://github.com/TokamakUI/Tokamak/pull/538#discussion_r1299233865
Describe the bug Add missing
AnyGesture
type-eraser