Skip to content

Commit

Permalink
Add tvOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
li3zhen1 committed Jan 8, 2025
1 parent 2772d18 commit 136aecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Grape/Gestures/GraphTapGesture.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import SwiftUI

extension View {
@inlinable
@available(tvOS, unavailable)
public func withGraphTapGesture(
_ proxy: GraphProxy,
action: @escaping (AnyHashable) -> Void
Expand Down

0 comments on commit 136aecd

Please sign in to comment.