mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
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:
commit
4f6e2adfc1
1 changed files with 4 additions and 0 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue