mirror of
https://github.com/immich-app/immich.git
synced 2025-12-08 08:13:55 +09:00
fix(web) Disable draggable on common usage element to avoid trigger drag-n-drop layer (#1330)
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
style:height={`${size}px`}
|
||||
class={`inline rounded-full object-cover border shadow-md`}
|
||||
title={user.email}
|
||||
draggable="false"
|
||||
/>
|
||||
</button>
|
||||
{:catch}
|
||||
|
||||
Reference in New Issue
Block a user