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

image

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 click opens link in the default browser.
  • Middle click opens in the embedded browser in a separate window.