We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8048c71 commit a13cdfcCopy full SHA for a13cdfc
WooCommerce/Classes/View Modifiers/View+NoticesModifier.swift
@@ -21,6 +21,9 @@ struct NoticeModifier: ViewModifier {
21
// NoticeView wrapper
22
NoticeAlert(notice: notice, width: geometry.size.width)
23
.fixedSize(horizontal: false, vertical: true)
24
+ .onTapGesture {
25
+ $notice.wrappedValue = nil // TODO: Test the retry button interference
26
+ }
27
}
28
29
)
0 commit comments