mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
chore(react/ribbon): add blur & keydown events
This commit is contained in:
@@ -282,6 +282,8 @@ export default function AttributeEditor({ note, componentId }: { note: FNote, co
|
||||
setState("showHelpTooltip");
|
||||
}
|
||||
}}
|
||||
onKeyDown={() => attributeDetailWidget.hide()}
|
||||
onBlur={() => save()}
|
||||
disableNewlines disableSpellcheck
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user