use JSInterop for loading QuillJSTextEditor stylesheet

This commit is contained in:
sbwalker
2024-07-18 13:17:23 -04:00
parent 4f3190bf73
commit 7df5eba775
2 changed files with 21 additions and 20 deletions

View File

@ -51,12 +51,6 @@
public override string Title => "Edit Html/Text";
public override List<Resource> Resources => new List<Resource>()
{
new Resource { ResourceType = ResourceType.Stylesheet, Url = "css/quill/quill.bubble.css" },
new Resource { ResourceType = ResourceType.Stylesheet, Url = "css/quill/quill.snow.css" }
};
private RichTextEditor RichTextEditorHtml;
private string _content = null;
private string _createdby;