-
Notifications
You must be signed in to change notification settings - Fork 307
Open
Description
PopupView.swift, line 527
...
@ViewBuilder
func sheetWithDragGesture() -> some View {
#if !os(tvOS)
switch type {
case .scroll:
sheet() // Drag to dismiss is handled inside
default:
let dragGe`
...
When compiling for macOS platform, the switch case case .scroll: on line 527 causes a compilation error :
Type 'Popup.PopupType' has no member 'scroll'
Metadata
Metadata
Assignees
Labels
No labels