Skip to content

Commit 0447fa0

Browse files
committed
should fix AppKit and Gtk interactive dismissal
1 parent 17875d2 commit 0447fa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/SwiftCrossUI/Views/Modifiers/SheetModifier.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ struct SheetModifier<Content: View, SheetContent: View>: TypeSafeView {
146146
func handleDismiss(children: Children) {
147147
onDismiss?()
148148
isPresented.wrappedValue = false
149-
children.sheet = nil
150-
children.sheetContentNode = nil
151149
}
152150
}
153151

0 commit comments

Comments
 (0)