diff --git a/src/redux/map/sagas.ts b/src/redux/map/sagas.ts index 1572bf6..0441d31 100644 --- a/src/redux/map/sagas.ts +++ b/src/redux/map/sagas.ts @@ -329,7 +329,7 @@ function* setChanged() { export function* mapSaga() { yield takeEvery( - [MAP_ACTIONS.SET_ROUTE, MAP_ACTIONS.SET_STICKER, MAP_ACTIONS.SET_STICKERS], + [MAP_ACTIONS.SET_ROUTE, MAP_ACTIONS.SET_STICKER, MAP_ACTIONS.SET_STICKERS, MAP_ACTIONS.ADD_STICKER], setChanged, );