We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446f75a commit e062f3bCopy full SHA for e062f3b
src/UEditor/wwwroot/ueditor-blazor.js
@@ -9,6 +9,7 @@ window.UEditorBlazor = {
9
domRef.UEditor = UE.getEditor(domRef.id, options);
10
domRef.UEditor.ready(function () {
11
editor.invokeMethodAsync('HandleRendered');
12
+ domRef.UEditor.setContent(value || "");
13
domRef.UEditor.setHeight(options.height);
14
});
15
domRef.UEditor.addListener('contentchange', function () {
0 commit comments