Allows Editor to work off line. Allows images to be resized.
This commit is contained in:
@ -81,4 +81,11 @@
|
||||
JSRuntime,
|
||||
EditorElement, mode);
|
||||
}
|
||||
|
||||
public async Task InsertImage(string ImageURL)
|
||||
{
|
||||
await RichTextEditorInterop.InsertImage(
|
||||
JSRuntime,
|
||||
EditorElement, ImageURL);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user