From a4613c569926aadc65f20c6260da8e90f8b1daae Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 25 Jan 2024 19:59:00 +0530 Subject: [PATCH] fix: allow mentions in comment --- frontend/src/components/CommentBox.vue | 15 +++++++++++++++ frontend/src/stores/users.js | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/CommentBox.vue b/frontend/src/components/CommentBox.vue index 8681d419..2f3ea28c 100644 --- a/frontend/src/components/CommentBox.vue +++ b/frontend/src/components/CommentBox.vue @@ -7,6 +7,7 @@ :starterkit-options="{ heading: { levels: [2, 3, 4, 5, 6] } }" :placeholder="placeholder" :editable="editable" + :mentions="users" >