fix: modal closing animation (#5960)

This commit is contained in:
ming4762 2025-04-15 18:49:57 +08:00 committed by GitHub
parent c7e6210c8d
commit 3fb4fba1cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ const { dragging, transform } = useModalDraggable(
);
const firstOpened = ref(false);
const isClosed = ref(false);
const isClosed = ref(true);
watch(
() => state?.value?.isOpen,