diff --git a/projects/common/components/geometry/geometry.component.ts b/projects/common/components/geometry/geometry.component.ts
index d696ce75828ed2574334b14ec4bdb68abaaf53b0..81c02c8f3396419e724826920ecaebdcbb1330d3 100644
--- a/projects/common/components/geometry/geometry.component.ts
+++ b/projects/common/components/geometry/geometry.component.ts
@@ -75,7 +75,7 @@ export class GeometryComponent extends ElementComponent implements AfterViewInit
   }
 
   ngAfterViewInit(): void {
-    this.loadApplet();
+    setTimeout(() => this.loadApplet());
   }
 
   private loadApplet(): void {