mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix WebView loading (#6321)
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user