mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 00:06:14 +00:00
prevent dragging note when editing
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user