mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
Move item grid to folder bug
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<!--Image thumbnail-->
|
||||
<img
|
||||
v-if="isImage && entry.data.attributes.thumbnail"
|
||||
class="ml-0.5 h-12 w-12 rounded object-cover"
|
||||
class="ml-0.5 h-12 w-12 rounded object-cover pointer-events-none"
|
||||
:src="imageSrc"
|
||||
alt=""
|
||||
loading="lazy"
|
||||
|
||||
Reference in New Issue
Block a user