diff --git a/frontend/src/components/input/editor/TipTap.vue b/frontend/src/components/input/editor/TipTap.vue index 0213546f6..af4da5455 100644 --- a/frontend/src/components/input/editor/TipTap.vue +++ b/frontend/src/components/input/editor/TipTap.vue @@ -374,7 +374,7 @@ const editor = useEditor({ Typography, Underline, Link.configure({ - openOnClick: true, + openOnClick: false, validate: (href: string) => /^https?:\/\//.test(href), }), Table.configure({