浏览代码

fix: workflow note editor placeholder (#14380)

tags/1.0.0
zxhlyh 8 个月前
父节点
当前提交
1aaab741a0
没有帐户链接到提交者的电子邮件

+ 1
- 1
web/app/components/workflow/note-node/index.tsx 查看文件

@@ -90,7 +90,7 @@ const NoteNode = ({
)}></div>
{
data.selected && (
<div className='absolute -top-[41px] left-1/2 -translate-x-1/2'>
<div className='absolute top-[-41px] left-1/2 -translate-x-1/2'>
<NoteEditorToolbar
theme={theme}
onThemeChange={handleThemeChange}

+ 0
- 1
web/app/components/workflow/note-node/note-editor/editor.tsx 查看文件

@@ -45,7 +45,6 @@ const Editor = ({
onBlur={() => setShortcutsEnabled(true)}
spellCheck={false}
className='w-full h-full outline-none text-text-secondary caret-primary-600'
placeholder={placeholder}
/>
</div>
}

正在加载...
取消
保存