Closed Joebayld closed 11 months ago
I made a dialog with a custom component, but when I call $emit("closeDialog") it closes the dialog immediately and doesn't do the fade animation. I think the issue is happening here:
$emit("closeDialog")
resolve(value); _app.unmount(); document.body.removeChild(div);
Perhaps it needs some sort of delay before removing from the document dom?
Hey ! Thanks for report, it has been fixed in my last version 1.4.2 😉 More details in this commit
1.4.2
I made a dialog with a custom component, but when I call
$emit("closeDialog")
it closes the dialog immediately and doesn't do the fade animation. I think the issue is happening here:Perhaps it needs some sort of delay before removing from the document dom?