Working onSelect with respect to caret toggle; onSelect doesnt fire off when caret is selected

This commit is contained in:
efarooqui
2020-09-22 17:12:09 -07:00
parent 2423a5a5ad
commit 930aaaa752
2 changed files with 8 additions and 11 deletions

View File

@@ -83,7 +83,6 @@ class Dashboard extends React.Component {
}
handleSelect (selected, axis) {
console.info(selected)
const matchedEvents = []
const TIMELINE_AXIS = 0
if (axis === TIMELINE_AXIS) {