mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(web) Disable draggable on common usage element to avoid trigger drag-n-drop layer (#1330)
This commit is contained in:
		| @@ -38,6 +38,7 @@ | ||||
| 					src={`${$page.url.origin}/api/user/profile-image/${user.id}`} | ||||
| 					alt="profile-img" | ||||
| 					class="inline rounded-full h-20 w-20 object-cover shadow-md" | ||||
| 					draggable="false" | ||||
| 				/> | ||||
| 			{:catch} | ||||
| 				<div transition:fade={{ duration: 200 }} class="text-lg"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user