Skip to content

Commit 3fb4fba

Browse files
authored
fix: modal closing animation (vbenjs#5960)
1 parent c7e6210 commit 3fb4fba

File tree

1 file changed

+1
-1
lines changed
  • packages/@core/ui-kit/popup-ui/src/modal

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const { dragging, transform } = useModalDraggable(
103103
);
104104
105105
const firstOpened = ref(false);
106-
const isClosed = ref(false);
106+
const isClosed = ref(true);
107107
108108
watch(
109109
() => state?.value?.isOpen,

0 commit comments

Comments
 (0)