mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-12-02 20:07:56 +08:00
Automated dotnet-format update
This commit is contained in:
parent
700f54ab2b
commit
99c546174d
@ -76,7 +76,7 @@ namespace HandyControlDemo.ViewModel
|
||||
|
||||
private void ReadMessage(RoutedEventArgs e)
|
||||
{
|
||||
if (e.OriginalSource is FrameworkElement {Tag: ChatInfoModel info})
|
||||
if (e.OriginalSource is FrameworkElement { Tag: ChatInfoModel info })
|
||||
{
|
||||
if (info.Type == ChatMessageType.Image)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user