mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix: 公告窗口触控板滚动异常 (#11684)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user