@aibee/crc-bmap 0.8.48 → 0.8.49

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.
@@ -233,6 +233,7 @@ export class AibeeLoader extends EventDispatcher {
233
233
  this.getFloorContentLayer(floorData, floor);
234
234
  this.changeFloorBox(floorData, floor);
235
235
  this.bmap.context.switchFloor(floor);
236
+ this.bmap.initialFloorCamera();
236
237
  this.dispatchEvent({
237
238
  type: "switch-floor-ground",
238
239
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibee/crc-bmap",
3
- "version": "0.8.48",
3
+ "version": "0.8.49",
4
4
  "description": "",
5
5
  "main": "lib/bmap.min.js",
6
6
  "module": "lib/bmap.esm.js",