From 1aaab741a06549940d382fdc69d019ee7d3a51d3 Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Wed, 26 Feb 2025 13:55:25 +0800 Subject: [PATCH] fix: workflow note editor placeholder (#14380) --- web/app/components/workflow/note-node/index.tsx | 2 +- web/app/components/workflow/note-node/note-editor/editor.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/app/components/workflow/note-node/index.tsx b/web/app/components/workflow/note-node/index.tsx index e1691bd08c..20ecaca99a 100644 --- a/web/app/components/workflow/note-node/index.tsx +++ b/web/app/components/workflow/note-node/index.tsx @@ -90,7 +90,7 @@ const NoteNode = ({ )}> { data.selected && ( -
+
setShortcutsEnabled(true)} spellCheck={false} className='w-full h-full outline-none text-text-secondary caret-primary-600' - placeholder={placeholder} />
}