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