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