Skip to content

Commit 486e1a3

Browse files
committed
fix: make image tile unselectable
1 parent b920350 commit 486e1a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ImageTile.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default defineComponent({
3636
:style="'opacity: ' + opacity"
3737
:max-height="maxSize"
3838
:max-width="maxSize"
39+
style="user-select: none"
3940
>
4041
<template v-if="spinner" v-slot:placeholder>
4142
<v-row class="fill-height ma-0" align="center" justify="center">

0 commit comments

Comments
 (0)