Skip to content

Commit 05f65bc

Browse files
committed
click.stop is needed for download
1 parent 7590994 commit 05f65bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue/src/components/SnapshotList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<v-list-item-action style="margin:0 0 4px 0; align-self: flex-end;">
3030
<v-btn icon
3131
v-if="snapshot.screenshot"
32+
v-on:click.stop=""
3233
:href="djangobaseurl + '/media/' + snapshot.screenshot + '?download'"
3334
target="_blank">
3435
<v-icon color="grey lighten-1" >mdi-download</v-icon>

0 commit comments

Comments
 (0)