| )}></div> | )}></div> | ||||
| { | { | ||||
| data.selected && ( | 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 | <NoteEditorToolbar | ||||
| theme={theme} | theme={theme} | ||||
| onThemeChange={handleThemeChange} | onThemeChange={handleThemeChange} |
| onBlur={() => setShortcutsEnabled(true)} | onBlur={() => setShortcutsEnabled(true)} | ||||
| spellCheck={false} | spellCheck={false} | ||||
| className='w-full h-full outline-none text-text-secondary caret-primary-600' | className='w-full h-full outline-none text-text-secondary caret-primary-600' | ||||
| placeholder={placeholder} | |||||
| /> | /> | ||||
| </div> | </div> | ||||
| } | } |