Fix WebView loading (#6321)

This commit is contained in:
wixoa
2025-12-01 15:02:43 +01:00
committed by GitHub
parent 3175a6cb2b
commit f2d74df4d7
@@ -186,8 +186,7 @@ namespace Robust.Client
_loadscr.LoadingStep(() =>
{
// Finish initialization of WebView if loaded.
if (_webViewHook != null)
_loadscr.LoadingStep(_webViewHook.Initialize, _webViewHook);
_webViewHook?.Initialize();
},
"WebView init");