Skip to content

Commit

Permalink
Update MdXaml/MarkdownScrollViewer.cs
Browse files Browse the repository at this point in the history
Co-authored-by: whistyun <[email protected]>
  • Loading branch information
lucas404x and whistyun authored Feb 6, 2024
1 parent e07ada1 commit 39193d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MdXaml/MarkdownScrollViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,9 @@ private void UpdateClickAction()
break;

case ClickAction.HighlightOnly:
command = new HighlightOnlyCommand();
break;
Engine.HyperlinkCommand = new HighlightOnlyCommand();
Engine.OnHyperLinkClicked = _onHyperLinkClicked;
return;

default:
return;
Expand Down

0 comments on commit 39193d9

Please sign in to comment.