Set minHeight for editor
This commit is contained in:
parent
665b43c797
commit
9a3a0402d9
|
@ -58,6 +58,7 @@ onMounted(async () => {
|
|||
editor.value = new EditorJS({
|
||||
placeholder: props.placeholder,
|
||||
holder: props.id,
|
||||
minHeight: 0,
|
||||
defaultBlock: 'paragraph',
|
||||
data: JSON.parse(JSON.stringify(props.modelValue)),
|
||||
tools: {
|
||||
|
|
Loading…
Reference in New Issue