mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 00:46:12 +02:00
Add reference to WebView2 feedback issue in workaround comment
This commit is contained in:
@@ -22,7 +22,10 @@
|
||||
<Border x:Name="border" Background="Transparent" CornerRadius="10">
|
||||
<Grid>
|
||||
<wv2:WebView2 x:Name="webView" DefaultBackgroundColor="Transparent" CoreWebView2InitializationCompleted="WebView_CoreWebView2InitializationCompleted" />
|
||||
<!-- WORKAROUND: This rectangle exists to allow interaction with the WebView2 when the window is transparent -->
|
||||
<!--
|
||||
WORKAROUND: This rectangle exists to allow interaction with the WebView2 when the window is transparent
|
||||
https://github.com/MicrosoftEdge/WebView2Feedback/issues/997
|
||||
-->
|
||||
<Rectangle Fill="#01000000" />
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
Reference in New Issue
Block a user