mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +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"
|
:multipleOpenOptions="multipleOpenOptions"
|
||||||
@open="$emit('attachment:toggle_menu', $event)"
|
@open="$emit('attachment:toggle_menu', $event)"
|
||||||
@close="$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)"
|
@option:click="$emit('attachment:open', $event)"
|
||||||
/>
|
/>
|
||||||
<a v-if="attachment.attributes.urls.move"
|
<a v-if="attachment.attributes.urls.move"
|
||||||
|
@ -48,6 +49,9 @@ export default {
|
||||||
OpenMenu,
|
OpenMenu,
|
||||||
ContextMenu
|
ContextMenu
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.fetchLocalAppInfo();
|
||||||
|
},
|
||||||
computed: {
|
computed: {
|
||||||
multipleOpenOptions() {
|
multipleOpenOptions() {
|
||||||
const options = [];
|
const options = [];
|
||||||
|
|
Loading…
Reference in a new issue