We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e730f commit c5d83a2Copy full SHA for c5d83a2
1 file changed
mos/Flean/ViewController.swift
@@ -49,7 +49,7 @@ class ViewController: NSViewController, WKNavigationDelegate, WKScriptMessageHan
49
</body>
50
</html>
51
"""
52
- self.webView.loadHTMLString(fallbackHTML, baseURL: nil)
+ self.webView.loadHTMLString(fallbackHTML, baseURL: Bundle.main.bundleURL)
53
return
54
}
55
0 commit comments