fixing non-root path issues, #404

This commit is contained in:
zadam
2019-11-25 21:44:46 +01:00
parent 434d8ef48c
commit bf9ad976b9
5 changed files with 9 additions and 7 deletions

View File

@@ -498,7 +498,7 @@
t._started = false;
onRenderStop();
} else {
setImmediate(step);
requestIdleCallback(step, { timeout: 10 });
}
}