@adactive/adsum-wayfindingcontrols-asia
Advanced tools
Comparing version 2.6.2 to 2.6.3
{ | ||
"name": "@adactive/adsum-wayfindingcontrols-asia", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "Adsum Way Finding Controls Component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -181,3 +181,5 @@ // @flow | ||
const { awm } = this.props; | ||
customResetFunction(); | ||
if (customResetFunction) { | ||
customResetFunction(); | ||
} | ||
awm.wayfindingManager.reset(); | ||
@@ -184,0 +186,0 @@ if (wayFindingControlsState.resetMapAndWayFinding.resetWayfinding) { |
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
27721
564