Skip to content

Commit

Permalink
fix: editor-modal-media action button (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
takumi9942 authored Apr 23, 2020
1 parent a8344e4 commit e0a0434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/editor/editor-modal-media.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e0a0434

Please sign in to comment.