Fixed issues with style on small windows (#29)

This commit is contained in:
Carlos Valente
2021-11-04 21:12:53 +01:00
committed by GitHub
parent 3d2a79f92a
commit f6edb88944
3 changed files with 11 additions and 12 deletions
@@ -22,6 +22,8 @@ export default function StageManager(props) {
let events = [...backstageEvents];
console.log({ backstageEvents }, { events });
// Add running delay
let delay = 0;
for (const e of events) {