photo: rearrange attributes

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/672/head
Varun Patil 2023-05-29 11:16:59 -07:00
parent bc74ee2529
commit f8ce33f5f4
1 changed files with 1 additions and 1 deletions

View File

@ -40,8 +40,8 @@
<XImg
v-if="src"
ref="ximg"
:class="['ximg', 'fill-block', `memories-thumb-${data.key}`]"
draggable="false"
:class="['ximg', 'fill-block', `memories-thumb-${data.key}`]"
:src="src"
:key="data.fileid"
@load="load"