Fix #4316: move the raw html editor into quill editor instance.

This commit is contained in:
Ben
2024-06-07 08:35:42 +08:00
parent c125a7fe07
commit b00c2afc46
5 changed files with 293 additions and 363 deletions

View File

@ -11,7 +11,7 @@ namespace Oqtane.Interfaces
/// initializes the editor with the initialize content.
/// </summary>
/// <param name="content">the initialize content.</param>
void Initialize(string content, bool updated);
void Initialize(string content);
/// <summary>
/// get content from the editor.