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