Fix WebView loading (#6321)

This commit is contained in:
wixoa
2025-12-01 09:02:43 -05:00
committed by GitHub
parent 3175a6cb2b
commit f2d74df4d7

View File

@@ -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");