Skip to content

Commit

Permalink
fix: fix the unresponsive clicks of webview
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Jan 10, 2024
1 parent f19b0e6 commit 4779971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Core/View/Base/WebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public struct WebView: UIViewRepresentable {

@ObservedObject var viewModel: ViewModel
@Binding public var isLoading: Bool
weak var webViewNavDelegate: WebViewNavigationDelegate?
var webViewNavDelegate: WebViewNavigationDelegate?

var refreshCookies: () async -> Void

Expand Down

0 comments on commit 4779971

Please sign in to comment.