Browse Source

fix: modal closing animation (#5960)

pull/5961/head
ming4762 10 months ago
committed by GitHub
parent
commit
3fb4fba1cb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/@core/ui-kit/popup-ui/src/modal/modal.vue

2
packages/@core/ui-kit/popup-ui/src/modal/modal.vue

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

Loading…
Cancel
Save