Skip to content

Commit 90886c8

Browse files
committed
fix delegate forwarding
1 parent 79a44df commit 90886c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/DSBridge/WebView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ open class WebView: WKWebView {
1414
}
1515
set {
1616
injectedUIDelegate.designatedDelegate = newValue
17+
super.uiDelegate = injectedUIDelegate
1718
}
1819
}
1920

0 commit comments

Comments
 (0)