mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 13:25:14 +02:00
feat: clean up code formatting and remove unused loading bar logic
This commit is contained in:
@@ -7,11 +7,6 @@
|
||||
onMount(() => {
|
||||
const interval = setInterval(() => {
|
||||
value += 1;
|
||||
if (value >= 100) {
|
||||
value = 0
|
||||
clearInterval(interval);
|
||||
|
||||
}
|
||||
}, 1);
|
||||
|
||||
return () => clearInterval(interval);
|
||||
|
||||
Reference in New Issue
Block a user