Allows Editor to work off line. Allows images to be resized.
This commit is contained in:
@ -66,5 +66,15 @@ namespace Oqtane.Modules.Controls
|
||||
return jsRuntime.InvokeAsync<object>(
|
||||
"interop.enableQuillEditor", quillElement, mode);
|
||||
}
|
||||
|
||||
internal static ValueTask<object> InsertImage(
|
||||
IJSRuntime jsRuntime,
|
||||
ElementReference quillElement,
|
||||
string ImageURL)
|
||||
{
|
||||
return jsRuntime.InvokeAsync<object>(
|
||||
"interop.insertQuillImage",
|
||||
quillElement, ImageURL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user