Bump welshman

This commit is contained in:
Jon Staab
2025-01-17 15:01:05 -08:00
parent e15fb3ce9c
commit 86928fc12c
13 changed files with 70 additions and 80 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
}
onMount(() => {
editor = getEditor({autofocus: !isMobile, element, submit, uploading})
editor = getEditor({autofocus: !isMobile, element, submit, uploading, aggressive: true})
$editor!.chain().setContent(content).run()
})