@aibee/crc-bmap 0.0.61 → 0.0.62

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
@@ -940,8 +940,7 @@ var Poi = class extends EventDispatcher2 {
940
940
  initText() {
941
941
  const textDiv = document.createElement("div");
942
942
  textDiv.appendChild(this.createTextFragment());
943
- if (this.options.texts.length > 1) {
944
- }
943
+ textDiv.style.textAlign = "center";
945
944
  this.textDiv = textDiv;
946
945
  return textDiv;
947
946
  }