@aibee/crc-bmap 0.6.13 → 0.6.14

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.
package/lib/bmap.esm.js CHANGED
@@ -9212,9 +9212,7 @@ var Navigation = class extends Plugin {
9212
9212
  }
9213
9213
  if (!this.options.disablePathAnimation) {
9214
9214
  tween?.pause();
9215
- this.positionNavigation.tweenUtil.pause();
9216
9215
  await this.changeCameraToPathUp(500 / this.options.speed);
9217
- this.positionNavigation.tweenUtil.continue();
9218
9216
  tween?.resume();
9219
9217
  }
9220
9218
  }