We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbba93e commit e298d7aCopy full SHA for e298d7a
1 file changed
src/components/PageSidebar/AttachmentItem.vue
@@ -39,7 +39,7 @@
39
{{ t('collectives', 'View in page') }}
40
</NcActionButton>
41
<NcActionButton
42
- v-if="!isEmbedded && !isDeleted && currentCollectiveCanEdit"
+ v-if="!isEmbedded && !isDeleted && !isInFolder && isTextEdit && currentCollectiveCanEdit"
43
:close-after-click="true"
44
@click="onInsert">
45
<template #icon>
0 commit comments