fix: modal closing animation (#5960)

master
ming4762 8 months ago committed by GitHub
parent c7e6210c8d
commit 3fb4fba1cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save