Browse Source

fix: modal closing animation (#5960)

electron-v5
ming4762 10 months ago
committed by Netfan
parent
commit
48c616ea81
  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