Browse Source

more readable

Jannik Streidl 1 year ago
parent
commit
7fe412374c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/layout/Sidebar.svelte

+ 1 - 1
src/lib/components/layout/Sidebar.svelte

@@ -373,7 +373,7 @@
 								? 'bg-gray-900'
 								: ''} transition whitespace-nowrap text-ellipsis"
 							href="/c/{chat.id}"
-							draggable={isEditing ? 'false' : null}
+							draggable={isEditing ? 'false' : 'true'}
 						>
 							<div class=" flex self-center flex-1 w-full">
 								<div