Merge pull request #218 from openedx/TNL-10400

fix: give QuestionWidget Editor a minimum height. TNL-10400.
This commit is contained in:
kenclary
2023-01-27 10:37:04 -05:00
committed by GitHub

View File

@@ -25,6 +25,7 @@ export const problemEditorConfig = ({
content_style: tinyMCEStyles,
menubar: false,
branding: false,
min_height: 150,
},
onFocusOut: () => {
const content = editorRef.current.getContent();