mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-15 17:06:09 +00:00
update
This commit is contained in:
@@ -269,7 +269,7 @@ open class ChatController: UIViewController, WKNavigationDelegate, WKScriptMessa
|
|||||||
"var style = document.createElement('style');" +
|
"var style = document.createElement('style');" +
|
||||||
"style.type = 'text/css';" +
|
"style.type = 'text/css';" +
|
||||||
"style.innerHTML = '\(style)';" +
|
"style.innerHTML = '\(style)';" +
|
||||||
"parent.appendChild(style);" +
|
"parent.appendChild(style) ;" +
|
||||||
"})()";
|
"})()";
|
||||||
|
|
||||||
callJs(injectCssTemplate);
|
callJs(injectCssTemplate);
|
||||||
|
|||||||
Reference in New Issue
Block a user