Clicking link makes application unusable
System
Windows 10, NetPad v0.7.0
Script
O2Html.Dom.TextNode.RawText("<a href='https://google.com'>Heading 1</a>").Dump();
Actual
And there is no way to get back to the editor.
Also error is not displayed all the time.
Expected
The way LINQPad works:
Left clickopens link in the default browser.Middle clickopens in the embedded browser in a separate window.
