mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +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">
|
<Border x:Name="border" Background="Transparent" CornerRadius="10">
|
||||||
<Grid>
|
<Grid>
|
||||||
<wv2:WebView2 x:Name="webView" DefaultBackgroundColor="Transparent" CoreWebView2InitializationCompleted="WebView_CoreWebView2InitializationCompleted" />
|
<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" />
|
<Rectangle Fill="#01000000" />
|
||||||
</Grid>
|
</Grid>
|
||||||
</Border>
|
</Border>
|
||||||
|
|||||||
Reference in New Issue
Block a user