prevent dragging note when editing

This commit is contained in:
Guilhem
2025-11-12 10:02:00 +01:00
parent 339d37f741
commit 7a4add9d51
@@ -221,7 +221,7 @@
bind:this={textareaElement}
bind:value={textContent}
class={twMerge(
'windmillapp w-full shadow-none resize-none text-xs overflow-y-auto border-none rounded-md bg-transparent transition-colors p-4',
'windmillapp w-full shadow-none resize-none text-xs overflow-y-auto border-none rounded-md bg-transparent transition-colors p-4 nodrag',
colorConfig.text
)}
placeholder="Add your note here... (Markdown supported)"