fix: 公告窗口触控板滚动异常 (#11684)

This commit is contained in:
Rbqwow
2025-01-29 23:33:00 +08:00
committed by GitHub
parent 269305c3a9
commit 120f9fd67b

View File

@@ -17,7 +17,7 @@
Icon="../../newlogo.ico"
ShowCloseButton="False"
mc:Ignorable="d">
<ScrollViewer Background="{DynamicResource VersionUpdateViewBackgroundBrush}">
<hc:ScrollViewer Background="{DynamicResource VersionUpdateViewBackgroundBrush}" IsInertiaEnabled="True">
<StackPanel>
<mdxam:MarkdownScrollViewer
Margin="10,0,10,0"
@@ -47,5 +47,5 @@
Command="{s:Action Close}"
Content="{DynamicResource Confirm}" />
</StackPanel>
</ScrollViewer>
</hc:ScrollViewer>
</hc:Window>