trigger pipeline

This commit is contained in:
Fernando Zanutto 2024-04-23 19:35:48 -03:00
parent e99f74f553
commit 11f2b99027

View File

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