Skip to content

Commit

Permalink
once again
Browse files Browse the repository at this point in the history
  • Loading branch information
circus2271 committed Mar 4, 2023
1 parent 4cdba33 commit 7dd656d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/js/module/map/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,8 @@ define([
this.pointHighlightDestroy().pointEditCreate();
} else {
this.markerManager.disable();
this.pointEditDestroy().pointHighlightCreate().markerManager.enable();
this.pointEditDestroy().pointHighlightCreate();
this.markerManager.enable();
}
},
// Включает режим редактирования
Expand Down

0 comments on commit 7dd656d

Please sign in to comment.