Skip to content

Commit 136aecd

Browse files
committed
Add tvOS support
1 parent 2772d18 commit 136aecd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Grape/Gestures/GraphTapGesture.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import SwiftUI
22

33
extension View {
44
@inlinable
5+
@available(tvOS, unavailable)
56
public func withGraphTapGesture(
67
_ proxy: GraphProxy,
78
action: @escaping (AnyHashable) -> Void

0 commit comments

Comments
 (0)