Skip to content

Commit 306554f

Browse files
committed
Merge branch 'QueryTextboxNotify' of https://github.com/Sparrkle/Flow.Launcher into QueryTextboxNotify
2 parents 54df39c + 7759d73 commit 306554f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher/ReportWindow.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ private Paragraph Hyperlink(string textBeforeUrl, string url)
7777
};
7878
link.Inlines.Add(url);
7979
link.NavigateUri = new Uri(url);
80-
link.RequestNavigate += (s, e) => SearchWeb.OpenInBrowserTab(e.Uri.ToString());
8180
link.Click += (s, e) => SearchWeb.OpenInBrowserTab(url);
8281

8382
paragraph.Inlines.Add(textBeforeUrl);

0 commit comments

Comments
 (0)