Merge pull request #7717 from aignatov-bio/ai-sci-10834-fix-scinote-edit-check

Fix scinote edit check [SCI-10834]
This commit is contained in:
aignatov-bio 2024-07-16 11:55:12 +02:00 committed by GitHub
commit 4f6e2adfc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@
:multipleOpenOptions="multipleOpenOptions"
@open="$emit('attachment:toggle_menu', $event)"
@close="$emit('attachment:toggle_menu', $event)"
@menu-dropdown-toggle="$emit('attachment:toggle_menu', $event)"
@option:click="$emit('attachment:open', $event)"
/>
<a v-if="attachment.attributes.urls.move"
@ -48,6 +49,9 @@ export default {
OpenMenu,
ContextMenu
},
mounted() {
this.fetchLocalAppInfo();
},
computed: {
multipleOpenOptions() {
const options = [];