diff --git a/frontend/src/components/input/editor/TipTap.vue b/frontend/src/components/input/editor/TipTap.vue index 68d2cf60b..7a95159d1 100644 --- a/frontend/src/components/input/editor/TipTap.vue +++ b/frontend/src/components/input/editor/TipTap.vue @@ -394,7 +394,7 @@ const editor = useEditor({ return { ...this.parent?.(), id: { - default: createRandomID, + default: () => createRandomID(), parseHTML: element => element.getAttribute('data-id'), renderHTML: attributes => ({ 'data-id': attributes.id,