fixed map clicks on sticker drag

This commit is contained in:
Fedor Katurov 2020-01-09 12:44:25 +07:00
parent 67eeaa7293
commit 7bdf07cae5
7 changed files with 150 additions and 141 deletions

View file

@ -13,7 +13,7 @@ import {
middleCoordPx,
} from '~/utils/geom';
import { Point } from 'leaflet';
import { MainMap } from '~/containers/map/Map';
import { MainMap } from '~/constants/map';
export interface ITilePlacement {
minX: number;