From da4e640360535ab17494157c24df7941f8e03d2a Mon Sep 17 00:00:00 2001 From: efarooqui Date: Fri, 18 Sep 2020 07:52:08 -0700 Subject: [PATCH] Need to resolve minor issues with association duplicates; removing prototype tooltip; source not showing up and event gets deselected --- src/components/Layout.js | 1 + src/components/presentational/Map/Events.jsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/Layout.js b/src/components/Layout.js index 120b6b2..fe7c0e7 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -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) diff --git a/src/components/presentational/Map/Events.jsx b/src/components/presentational/Map/Events.jsx index f2fe193..3ef5271 100644 --- a/src/components/presentational/Map/Events.jsx +++ b/src/components/presentational/Map/Events.jsx @@ -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 ({