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