@@ -19,6 +19,7 @@ namespace EdgeVoyager
Form1 newForm = new Form1();
newForm.webView21.Source = new Uri(e.Uri);
newForm.Show();
+
e.Handled = true;
}