Browse Source

fix: editor-modal-media action button (#1736)

pull/1783/head
takumi9942 4 years ago
committed by GitHub
parent
commit
e0a0434622
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/editor/editor-modal-media.vue

2
client/components/editor/editor-modal-media.vue

@ -80,7 +80,7 @@
td(v-if='$vuetify.breakpoint.smAndUp')
v-menu(offset-x, min-width='200')
template(v-slot:activator='{ on }')
v-btn(icon, v-on='on', tile, small)
v-btn(icon, v-on='on', tile, small, @click.left='currentFileId = props.item.id')
v-icon(color='grey darken-2') mdi-dots-horizontal
v-list(nav, style='border-top: 5px solid #444;')
v-list-item(@click='', disabled)

Loading…
Cancel
Save