File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/Files.App/UserControls Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 x:Name=" WebViewControl"
1919 HorizontalAlignment=" Stretch"
2020 VerticalAlignment=" Stretch"
21- Loaded=" WebViewControl_LoadedAsync" />
21+ DefaultBackgroundColor=" Transparent"
22+ Loaded=" WebViewControl_Loaded" />
2223
2324 </Border >
2425</UserControl >
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public TerminalView()
123123 InitializeComponent ( ) ;
124124 }
125125
126- private async void WebViewControl_LoadedAsync ( object sender , Microsoft . UI . Xaml . RoutedEventArgs e )
126+ private async void WebViewControl_Loaded ( object sender , Microsoft . UI . Xaml . RoutedEventArgs e )
127127 {
128128 await WebViewControl . EnsureCoreWebView2Async ( ) ;
129129 //WebViewControl.CoreWebView2.OpenDevToolsWindow();
You can’t perform that action at this time.
0 commit comments