mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
map and cards clickable
This commit is contained in:
@@ -260,6 +260,14 @@ export function decrementNarrativeCurrent () {
|
||||
}
|
||||
}
|
||||
|
||||
export const SELECT_NARRATIVE_EVENT = 'SELECT_NARRATIVE_EVENT'
|
||||
export function selectNarrativeEvent (idx) {
|
||||
return {
|
||||
type: SELECT_NARRATIVE_EVENT,
|
||||
idx
|
||||
}
|
||||
}
|
||||
|
||||
export const UPDATE_SOURCE = 'UPDATE_SOURCE'
|
||||
export function updateSource (source) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user