Skip to content

Commit fc81d59

Browse files
WebView2 library downgrade.
1 parent d646f6c commit fc81d59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Cody.UI/Cody.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<ItemGroup>
8989
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.0-previews-4-31709-430" ExcludeAssets="runtime" />
9090
<PackageReference Include="Microsoft.Web.WebView2">
91-
<Version>1.0.3351.48</Version>
91+
<Version>1.0.2592.51</Version>
9292
</PackageReference>
9393
</ItemGroup>
9494
<ItemGroup />

src/Cody.UI/Controls/CodyWebView2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace Cody.UI.Controls
55
{
6-
public class CodyWebView2 : WebView2CompositionControl
6+
public class CodyWebView2 : WebView2
77
{
88
protected override void OnPreviewKeyDown(KeyEventArgs e)
99
{

0 commit comments

Comments
 (0)