Update MsgView.xaml.cs

This commit is contained in:
JieXu 2025-09-25 07:36:44 +08:00 committed by GitHub
parent 6be0adbdc6
commit 83d16edb41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,6 @@ public partial class MsgView
}
}
// 行数超过阈值才裁剪到 _maxLines
var lines = txtMsg.Text.Split(Environment.NewLine);
if (lines.Length > _trimLines)
{