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
In Popover.Attributes, the onContextChange contains an isDraggingEnabled set to false. someVIew() .popover(present: $present){ att in att.onContextChange = { $0.isDraggingEnabled = false } } view: { EmptyView() }
Is it possible to disable the ability to drag the popover on the screen?
The text was updated successfully, but these errors were encountered: