We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952676f commit d83bc4cCopy full SHA for d83bc4c
1 file changed
Sources/PredicateView/Views/TokenView.swift
@@ -66,7 +66,9 @@ struct TokenView<Root, Header: View, Content: View, MenuItems: View, Widget: Vie
66
.fill(Color.accentColor.opacity(isFocused ? 0.15 : 0.1))
67
}
68
.contentShape(shape)
69
+#if os(iOS) || os(visionOS)
70
.contentShape(.contextMenuPreview, shape)
71
+#endif
72
.onTapGesture {
73
isFocused = true
74
0 commit comments