fix: question field uses real placeholder instead of template. fixed blank question handling. TNL-10395, TNL-10411.
This commit is contained in:
@@ -26,6 +26,7 @@ export const problemEditorConfig = ({
|
||||
menubar: false,
|
||||
branding: false,
|
||||
min_height: 150,
|
||||
placeholder: 'Enter your question',
|
||||
},
|
||||
onFocusOut: () => {
|
||||
const content = editorRef.current.getContent();
|
||||
|
||||
Reference in New Issue
Block a user