tg-map-vue3 3.7.13 → 3.7.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/dist/tg-map.js CHANGED
@@ -3644,7 +3644,7 @@ function Qi() {
3644
3644
  const l = "baidu-info-box-container";
3645
3645
  this.container = document.createElement("div"), this.container.className = l, this.container.style.position = "absolute";
3646
3646
  const d = (p) => p.stopPropagation();
3647
- this.container.onclick = d, this.container.ondblclick = d, this.container.onmousedown = d, this.container.onmousemove = d, this.container.onmousewheel = d, this.border = document.createElement("div"), this.border.className = `${l}__border ${o}`, this.inner = document.createElement("div"), this.inner.className = l + "__inner";
3647
+ this.container.onclick = d, this.container.ondblclick = d, this.container.oncontextmenu = d, this.container.onmousedown = d, this.container.onmousemove = d, this.container.onmousewheel = d, this.border = document.createElement("div"), this.border.className = `${l}__border ${o}`, this.inner = document.createElement("div"), this.inner.className = l + "__inner";
3648
3648
  const u = document.createElement("span");
3649
3649
  u.className = l + "__close", u.addEventListener("click", () => {
3650
3650
  this.close(), this.dispatchEvent({ type: "onclickclose" });