Allows Editor to work off line. Allows images to be resized.

This commit is contained in:
Michael Washington
2019-12-17 05:46:05 -08:00
parent 38b89e3595
commit d6704d1c6d
14 changed files with 3877 additions and 12 deletions

View File

@ -81,4 +81,11 @@
JSRuntime,
EditorElement, mode);
}
public async Task InsertImage(string ImageURL)
{
await RichTextEditorInterop.InsertImage(
JSRuntime,
EditorElement, ImageURL);
}
}