Skip to content

Commit 030cd8b

Browse files
committed
fix: hide attachments while editing
1 parent 7440b23 commit 030cd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desk/src/components/CommentBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</div>
6464
</template>
6565
</TextEditor>
66-
<div class="flex flex-wrap gap-2">
66+
<div class="flex flex-wrap gap-2" v-if="!editable">
6767
<AttachmentItem
6868
v-for="a in attachments"
6969
:key="a.file_url"

0 commit comments

Comments
 (0)