mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 13:56:53 +08:00
fix: workflow note editor placeholder (#14380)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user