fix: modal closing animation (#5960)

This commit is contained in:
ming4762
2025-04-15 18:49:57 +08:00
committed by Netfan
parent 06e279c917
commit 48c616ea81

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,