From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
app/components/workflow/note-node/note-editor/editor.tsx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/app/components/workflow/note-node/note-editor/editor.tsx b/app/components/workflow/note-node/note-editor/editor.tsx
index e10ca7b..2ab1335 100644
--- a/app/components/workflow/note-node/note-editor/editor.tsx
+++ b/app/components/workflow/note-node/note-editor/editor.tsx
@@ -44,7 +44,8 @@
onFocus={() => setShortcutsEnabled(false)}
onBlur={() => setShortcutsEnabled(true)}
spellCheck={false}
- className='h-full w-full text-text-secondary caret-primary-600 outline-none'
+ className='w-full h-full outline-none text-text-secondary caret-primary-600'
+ placeholder={placeholder}
/>
</div>
}
--
Gitblit v1.8.0