remove request animation frame

This commit is contained in:
Alessio Davoli 2023-11-27 04:12:18 +01:00
parent f1858c6fef
commit 6c29411356

View file

@ -32,7 +32,6 @@
break;
case 'map':
component = MapTab;
requestAnimationFrame()
break;
}