feat(editor): open links when clicking on them
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2023-10-21 14:07:39 +02:00
parent d75a963d08
commit 0b2aa723a6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ const editor = useEditor({
Typography,
Underline,
Link.configure({
openOnClick: false,
openOnClick: true,
validate: (href: string) => /^https?:\/\//.test(href),
}),
Table.configure({