We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec8fc5 commit d1775ebCopy full SHA for d1775eb
src/components/editor2/InfoEditor.tsx
@@ -62,6 +62,7 @@ export const InfoEditor = memo(({ className }: InfoEditorProps) => {
62
}
63
})
64
}}
65
+ onBlur={() => edit()}
66
/>
67
<FieldError path="doc.title" />
68
</FormGroup>
@@ -87,6 +88,7 @@ export const InfoEditor = memo(({ className }: InfoEditorProps) => {
87
88
89
90
91
92
93
<FieldError path="doc.details" />
94
src/components/editor2/action/ActionItem.tsx
@@ -615,6 +615,8 @@ export const ActionItem: FC<ActionItemProps> = memo(
615
616
617
618
+ } else {
619
+ edit()
620
621
622
0 commit comments