We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7590994 commit 05f65bcCopy full SHA for 05f65bc
vue/src/components/SnapshotList.vue
@@ -29,6 +29,7 @@
29
<v-list-item-action style="margin:0 0 4px 0; align-self: flex-end;">
30
<v-btn icon
31
v-if="snapshot.screenshot"
32
+ v-on:click.stop=""
33
:href="djangobaseurl + '/media/' + snapshot.screenshot + '?download'"
34
target="_blank">
35
<v-icon color="grey lighten-1" >mdi-download</v-icon>
0 commit comments