Skip to content

Commit

Permalink
Cleanup menu item for demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Jul 19, 2023
1 parent 544ac20 commit 0e68d14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@
</Item>

@code {
private string text = string.Empty;

[CascadingParameter]
public required SVGEditor SVGEditor { get; set; }

[Parameter]
public required object Data { get; set; }

private void AddNew()
{
Node.AddNew(SVGEditor);
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using KristofferStrube.Blazor.SVGEditor.ShapeEditors;
using Microsoft.AspNetCore.Components.Web;

namespace KristofferStrube.Blazor.SVGEditor.WasmExample.CustomElements;
Expand Down

0 comments on commit 0e68d14

Please sign in to comment.