mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
enhance: disable selection while click issue link
This commit is contained in:
parent
202aa379f8
commit
08fc069281
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ namespace SourceGit.Views
|
|||
{
|
||||
if (_lastHover != null)
|
||||
{
|
||||
SetCurrentValue(SelectionEndProperty, SelectionStart);
|
||||
e.Pointer.Capture(null);
|
||||
Native.OS.OpenBrowser(_lastHover.URL);
|
||||
ClearHoveredIssueLink();
|
||||
e.Handled = true;
|
||||
|
|
Loading…
Reference in a new issue