@artstesh/maps 4.1.16 → 4.1.17

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.
@@ -748,9 +748,9 @@ class MapPostboyService extends PostboyService {
748
748
  constructor() {
749
749
  super();
750
750
  this.addLocker({
751
- locker: StartDrawingCommand.name,
752
- unlocker: DrawingFinishedEvent.name,
753
- locking: [MapClickEvent.name],
751
+ locker: StartDrawingCommand.ID,
752
+ unlocker: DrawingFinishedEvent.ID,
753
+ locking: [MapClickEvent.ID],
754
754
  });
755
755
  }
756
756
  }