Skip to content
Snippets Groups Projects
Commit d585b8fb authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[FIX]: Add remove ripple after showing it

parent 9bcae152
No related branches found
No related tags found
No related merge requests found
...@@ -40,10 +40,10 @@ export function createFuiRippleFromDiv ...@@ -40,10 +40,10 @@ export function createFuiRippleFromDiv
fuiContainerRel.appendChild(circle); fuiContainerRel.appendChild(circle);
//remove trash //remove trash
/* setTimeout(() => { setTimeout(() => {
fuiContainerAbs.style.display = "none"; fuiContainerAbs.style.display = "none";
circle?.remove(); circle?.remove();
}, 501); */ }, 501);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment