Fix initial animation

This commit is contained in:
IRBorisov 2024-06-20 19:56:23 +03:00
parent 18a293e7d7
commit 329599e672

View File

@ -115,7 +115,7 @@ function EditorConstituenta({ activeCst, isModified, setIsModified, onOpenEdit }
onRename={controller.renameCst}
onOpenEdit={onOpenEdit}
/>
<AnimatePresence>
<AnimatePresence initial={false}>
{showList ? (
<ViewConstituents
schema={controller.schema}