Skip to content

Commit 7c2e9c8

Browse files
authored
Fix: Fixed issue where release notes was mirrored in RTL (#17622)
1 parent 86cc22a commit 7c2e9c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Views/ReleaseNotesPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
HorizontalAlignment="Stretch"
2525
VerticalAlignment="Stretch"
2626
CoreWebView2Initialized="BlogPostWebView_CoreWebView2Initialized"
27+
FlowDirection="LeftToRight"
2728
Source="{x:Bind ViewModel.BlogPostUrl, Mode=OneWay}" />
2829

2930
<!-- Footer -->

0 commit comments

Comments
 (0)