synced refresh button js timeout with the css animation

This commit is contained in:
Gani Georgiev
2022-07-12 20:02:54 +03:00
parent ef226cf9c1
commit b2647ebca9
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
clearTimeout(refreshTimeoutId);
refreshTimeoutId = null;
tooltipData = oldTooltipData;
}, 230);
}, 200);
}
onMount(() => {