fix: modal closing animation (#5960)
This commit is contained in:
parent
c7e6210c8d
commit
3fb4fba1cb
@ -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…
Reference in New Issue
Block a user