We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b920350 commit 486e1a3Copy full SHA for 486e1a3
src/components/ImageTile.vue
@@ -36,6 +36,7 @@ export default defineComponent({
36
:style="'opacity: ' + opacity"
37
:max-height="maxSize"
38
:max-width="maxSize"
39
+ style="user-select: none"
40
>
41
<template v-if="spinner" v-slot:placeholder>
42
<v-row class="fill-height ma-0" align="center" justify="center">
0 commit comments