-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
implement event if webview2 wants to open a new window:
await this.MonacoEditorWebView.EnsureCoreWebView2Async();
if (this.MonacoEditorWebView.CoreWebView2 is not null)
{
this.MonacoEditorWebView.CoreWebView2.NewWindowRequested += CoreWebView2_NewWindowRequested;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels