There was an error while loading. Please reload this page.
1 parent d646f6c commit fc81d59Copy full SHA for fc81d59
2 files changed
src/Cody.UI/Cody.UI.csproj
@@ -88,7 +88,7 @@
88
<ItemGroup>
89
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.0-previews-4-31709-430" ExcludeAssets="runtime" />
90
<PackageReference Include="Microsoft.Web.WebView2">
91
- <Version>1.0.3351.48</Version>
+ <Version>1.0.2592.51</Version>
92
</PackageReference>
93
</ItemGroup>
94
<ItemGroup />
src/Cody.UI/Controls/CodyWebView2.cs
@@ -3,7 +3,7 @@
3
4
namespace Cody.UI.Controls
5
{
6
- public class CodyWebView2 : WebView2CompositionControl
+ public class CodyWebView2 : WebView2
7
8
protected override void OnPreviewKeyDown(KeyEventArgs e)
9
0 commit comments