Need to resolve minor issues with association duplicates; removing prototype tooltip; source not showing up and event gets deselected

This commit is contained in:
efarooqui
2020-09-18 07:52:08 -07:00
parent 7f12d1e86c
commit da4e640360
2 changed files with 2 additions and 0 deletions

View File

@@ -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)

View File

@@ -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 ({