mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 21:08:36 +03:00
Need to resolve minor issues with association duplicates; removing prototype tooltip; source not showing up and event gets deselected
This commit is contained in:
@@ -198,6 +198,7 @@ class Dashboard extends React.Component {
|
||||
onKeyDown (e) {
|
||||
const { narrative, selected } = this.props.app
|
||||
const { events } = this.props.domain
|
||||
|
||||
const prev = idx => {
|
||||
if (narrative === null) {
|
||||
this.handleSelect(events[idx - 1], 0)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import React from 'react'
|
||||
import { Portal } from 'react-portal'
|
||||
import colors from '../../../common/global.js'
|
||||
import Tooltip from '../Tooltip'
|
||||
import { calcOpacity } from '../../../common/utilities'
|
||||
|
||||
function MapEvents ({
|
||||
|
||||
Reference in New Issue
Block a user