Add reference to WebView2 feedback issue in workaround comment

This commit is contained in:
Stone_Red
2025-12-25 20:03:26 +01:00
parent 3edb2cff84
commit 6aa107233c
@@ -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>