Explorar o código

fix: correct event listener for adjuster init()

jmacura %!s(int64=4) %!d(string=hai) anos
pai
achega
b738facb0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app.service.ts

+ 1 - 1
src/app.service.ts

@@ -134,7 +134,7 @@ export class AppService {
     /*this.hsMapService
       .loaded()
       .then((map) => this.hsMapService.repopulateLayers([]));*/
-    this.hsEventBus.layerLoads.subscribe(() => {
+    this.hsEventBus.layoutLoads.subscribe(() => {
       this.init();
     });
   }