mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00: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)
|
if (_lastHover != null)
|
||||||
{
|
{
|
||||||
SetCurrentValue(SelectionEndProperty, SelectionStart);
|
e.Pointer.Capture(null);
|
||||||
Native.OS.OpenBrowser(_lastHover.URL);
|
Native.OS.OpenBrowser(_lastHover.URL);
|
||||||
ClearHoveredIssueLink();
|
ClearHoveredIssueLink();
|
||||||
e.Handled = true;
|
e.Handled = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue