fix: vditor fix

This commit is contained in:
tim
2025-07-17 13:45:48 +08:00
parent 47e0146474
commit 4109c2acb4
6 changed files with 55 additions and 36 deletions
+1 -2
View File
@@ -33,8 +33,7 @@
</ReactionsGroup>
</div>
<div class="comment-editor-wrapper">
<CommentEditor v-if="showEditor" @submit="submitReply" :loading="isWaitingForReply" :disabled="!isLoggedIn" />
<LoginOverlay v-if="showEditor && !loggedIn" />
<CommentEditor v-if="showEditor" @submit="submitReply" :loading="isWaitingForReply" :disabled="!isLoggedIn" :show-login-overlay="!isLoggedIn" />
</div>
<div v-if="comment.reply && comment.reply.length" class="reply-toggle" @click="toggleReplies">
<i v-if="showReplies" class="fas fa-chevron-up reply-toggle-icon"></i>