Skip to content
Snippets Groups Projects
Commit 965740c5 authored by jojohoch's avatar jojohoch
Browse files

Fix error when reloading a unit with multiple geogebra elements

parent 3ce4cb8e
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ export class GeometryComponent extends ElementComponent implements AfterViewInit
}
ngAfterViewInit(): void {
this.loadApplet();
setTimeout(() => this.loadApplet());
}
private loadApplet(): void {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment