remove ITextEditorProvider interface

This commit is contained in:
sbwalker
2024-07-22 13:31:24 -04:00
parent 1c01087eda
commit 8b2e55a969
12 changed files with 40 additions and 66 deletions

View File

@ -7,6 +7,8 @@
</div>
@code {
public string Name => "TextArea";
private ElementReference _editor;
private string _content;