mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Fixes
This commit is contained in:
@@ -89,7 +89,7 @@ namespace VRCX
|
||||
Browser.GotFocus += (_, _) =>
|
||||
{
|
||||
if (Browser != null && !Browser.IsLoading && Browser.CanExecuteJavascriptInMainFrame)
|
||||
Browser.ExecuteScriptAsync("window?.$pinia?.vrcStatus?.onBrowserFocus");
|
||||
Browser.ExecuteScriptAsync("window?.$pinia?.vrcStatus?.onBrowserFocus();");
|
||||
};
|
||||
|
||||
JavascriptBindings.ApplyAppJavascriptBindings(Browser.JavascriptObjectRepository);
|
||||
|
||||
Reference in New Issue
Block a user