Fix initial animation

This commit is contained in:
IRBorisov 2024-06-20 19:56:03 +03:00
parent b0e836406f
commit a10cd42f6b

View File

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