We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e76f84 commit c295614Copy full SHA for c295614
CefSharp.WinForms/ChromiumWebBrowser.cs
@@ -62,6 +62,8 @@ public ChromiumWebBrowser(string address)
62
63
protected override void Dispose(bool disposing)
64
{
65
+ FocusHandler = null;
66
+
67
Cef.RemoveDisposable(this);
68
69
if (disposing)
0 commit comments