Skip to content

Commit 39193d9

Browse files
noti0nSwhistyun
andauthored
Update MdXaml/MarkdownScrollViewer.cs
Co-authored-by: whistyun <[email protected]>
1 parent e07ada1 commit 39193d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MdXaml/MarkdownScrollViewer.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,9 @@ private void UpdateClickAction()
459459
break;
460460

461461
case ClickAction.HighlightOnly:
462-
command = new HighlightOnlyCommand();
463-
break;
462+
Engine.HyperlinkCommand = new HighlightOnlyCommand();
463+
Engine.OnHyperLinkClicked = _onHyperLinkClicked;
464+
return;
464465

465466
default:
466467
return;

0 commit comments

Comments
 (0)