mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Avoid transition end event trigger multiple times
This commit is contained in:
committed by
Lachlan Kermode
parent
34c18a6102
commit
0df32f6a4d
@@ -251,7 +251,7 @@ function mapStateToProps(state) {
|
||||
selected: state.app.selected,
|
||||
highlighted: state.app.highlighted,
|
||||
mapAnchor: state.app.mapAnchor,
|
||||
mapBounds: state.app.filters.mapBounds
|
||||
mapBounds: state.app.filters.mapBounds,
|
||||
narrative: state.app.narrative,
|
||||
flags: {
|
||||
isShowingSites: state.app.flags.isShowingSites
|
||||
|
||||
Reference in New Issue
Block a user