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
Loading
......@@ -40,10 +40,10 @@ export function createFuiRippleFromDiv
fuiContainerRel.appendChild(circle);
//remove trash
/* setTimeout(() => {
setTimeout(() => {
fuiContainerAbs.style.display = "none";
circle?.remove();
}, 501); */
}, 501);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment