many bugfix

This commit is contained in:
Olivier Gagnon
2021-12-03 14:12:32 -05:00
parent d852649f2b
commit 49a545f00e
67 changed files with 549 additions and 486 deletions
+1
View File
@@ -110,6 +110,7 @@ function LogWindow(props: IProps): React.ReactElement {
}
useEffect(() => {
updateLayer();
const id = setInterval(rerender, 1000);
return () => clearInterval(id);
}, []);