@igo2/context 19.0.0-next.10 → 19.0.0-next.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3414,7 +3414,7 @@ class SidenavComponent {
3414
3414
  dataProjection: this.feature.projection,
3415
3415
  featureProjection: this.map.viewProjection
3416
3416
  });
3417
- moveToOlFeatures(this.map.viewController, [olFeature], FeatureMotion.Zoom);
3417
+ moveToOlFeatures(this.map.viewController, olFeature, FeatureMotion.Zoom);
3418
3418
  }
3419
3419
  }
3420
3420
  toggleTopPanel() {