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