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} />
}