Browse Source

successful gl canvas init.

pull/9028/head
Dan Walmsley 4 years ago
parent
commit
94278e5c3a
  1. 2
      src/Web/Avalonia.Web/AvaloniaView.cs

2
src/Web/Avalonia.Web/AvaloniaView.cs

@ -60,8 +60,6 @@ namespace Avalonia.Web
var canvas = AvaloniaRuntime.CreateCanvas(div);
canvas.SetProperty("id", "mycanvas");
AvaloniaRuntime.Foo(canvas);
_topLevelImpl = new RazorViewTopLevelImpl(this);
_topLevel = new EmbeddableControlRoot(_topLevelImpl);

Loading…
Cancel
Save