Set minHeight for editor

This commit is contained in:
philipp lang 2024-02-02 02:14:44 +01:00
parent 665b43c797
commit 9a3a0402d9
1 changed files with 1 additions and 0 deletions

View File

@ -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: {