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 54df39c + 7759d73 commit 306554fCopy full SHA for 306554f
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