We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb9ce1 commit 17c685eCopy full SHA for 17c685e
src/Files.App/Views/ReleaseNotesPage.xaml
@@ -21,10 +21,10 @@
21
<!-- WebView -->
22
<WebView2
23
x:Name="BlogPostWebView"
24
- FlowDirection="LeftToRight"
25
HorizontalAlignment="Stretch"
26
VerticalAlignment="Stretch"
27
CoreWebView2Initialized="BlogPostWebView_CoreWebView2Initialized"
+ FlowDirection="LeftToRight"
28
Source="{x:Bind ViewModel.BlogPostUrl, Mode=OneWay}" />
29
30
<!-- Footer -->
0 commit comments