trigger pipeline

This commit is contained in:
Fernando Zanutto 2024-04-23 19:35:40 -03:00
parent 9a73be47c4
commit e99f74f553

View File

@ -33,6 +33,7 @@ export function Modal({
if (time - zero <= 400) {
requestAnimationFrame(animateClosing);
} else {
onClose();
setIsClosing(false);
}