Skip to content

Commit 98f46d7

Browse files
committed
kram-profile - fix build
1 parent 7e36556 commit 98f46d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: kram-profile/kram-profile/kram_profileApp.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ func newWebView(request: URLRequest) -> WKWebView {
353353

354354
// here frame is entire screen
355355
let webView = MyWebView(frame: .zero, configuration: configuration)
356-
webView.shimDrag()
356+
//webView.shimDrag()
357357

358358
// The page is complaining it's going to lose the data if fwd/back hit
359359
webView.allowsBackForwardNavigationGestures = false

0 commit comments

Comments
 (0)