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.
2 parents ee44b4c + 792b383 commit 7759d73Copy full SHA for 7759d73
Flow.Launcher/ReportWindow.xaml.cs
@@ -77,7 +77,6 @@ private Paragraph Hyperlink(string textBeforeUrl, string url)
77
};
78
link.Inlines.Add(url);
79
link.NavigateUri = new Uri(url);
80
- link.RequestNavigate += (s, e) => SearchWeb.OpenInBrowserTab(e.Uri.ToString());
81
link.Click += (s, e) => SearchWeb.OpenInBrowserTab(url);
82
83
paragraph.Inlines.Add(textBeforeUrl);
0 commit comments