better change handling on map change

This commit is contained in:
Fedor Katurov 2020-01-14 12:38:11 +07:00
parent d8b51e0b1a
commit a06326fb1c
4 changed files with 36 additions and 20 deletions

View file

@ -14,6 +14,7 @@ export const MAP_ACTIONS = {
ADD_STICKER: `${P}-ADD_STICKER`,
SET_STICKER: `${P}-SET_STICKER`,
SET_STICKERS: `${P}-SET_STICKERS`,
DROP_STICKER: `${P}-DROP_STICKER`,
MAP_CLICKED: `${P}-MAP_CLICKED`