mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
Nicer arrows on timeline when zoomed in
This commit is contained in:
@@ -70,6 +70,11 @@ class Dashboard extends React.Component {
|
||||
}
|
||||
|
||||
handleSelect(selected, axis) {
|
||||
if (selected.length <= 0) {
|
||||
this.props.actions.updateSelected([]);
|
||||
return;
|
||||
}
|
||||
|
||||
const matchedEvents = [];
|
||||
const TIMELINE_AXIS = 0;
|
||||
if (axis === TIMELINE_AXIS) {
|
||||
|
||||
Reference in New Issue
Block a user