@h21-map/yandex-drawing-manager
Advanced tools
Comparing version 15.1.0 to 20.1.0
@@ -207,3 +207,5 @@ function DrawingManager(map, opts) { | ||
me.map.container.events.add('click', (event) => { | ||
if (this.isDraw || me.isRedraw) { createCenterMarker(event); } | ||
if (event.isMapEventAllowed()) { | ||
if (this.isDraw || me.isRedraw) { createCenterMarker(event); } | ||
} | ||
}); | ||
@@ -210,0 +212,0 @@ |
@@ -5,3 +5,3 @@ | ||
"scope": "@h21-map", | ||
"version": "15.1.0", | ||
"version": "20.1.0", | ||
"description": "A library of Yandex Map JS API", | ||
@@ -8,0 +8,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34586
828