Update MsgView.axaml.cs (#8042)

This commit is contained in:
JieXu 2025-09-27 17:02:49 +08:00 committed by GitHub
parent dc4611a258
commit ebb95b5ee8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ public partial class MsgView : ReactiveUserControl<MsgViewModel>
public MsgView() public MsgView()
{ {
InitializeComponent(); InitializeComponent();
txtMsg.TextArea.TextView.Options.EnableHyperlinks = false;
ViewModel = new MsgViewModel(UpdateViewHandler); ViewModel = new MsgViewModel(UpdateViewHandler);
this.WhenActivated(disposables => this.WhenActivated(disposables =>