scaling stickers

This commit is contained in:
Fedor Katurov 2020-02-11 15:10:43 +07:00
parent 09ce310bad
commit ef5cd0cdef
13 changed files with 181 additions and 144 deletions

View file

@ -17,5 +17,6 @@ export const MAP_ACTIONS = {
SET_STICKERS: `${P}-SET_STICKERS`,
DROP_STICKER: `${P}-DROP_STICKER`,
MAP_CLICKED: `${P}-MAP_CLICKED`
MAP_CLICKED: `${P}-MAP_CLICKED`,
ZOOM_CHANGE: `${P}-ZOOM_CHANGE`
}