Skip to content

Commit

Permalink
[ML] Fixes reselection of same Anomaly Explorer swimlane cell (#48626)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson authored Oct 18, 2019
1 parent 894fff0 commit 5988818
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const ExplorerSwimlane = injectI18n(class ExplorerSwimlane extends React.
} else if (action === DRAG_SELECT_ACTION.ELEMENT_SELECT) {
element.classed(SCSS.mlDragselectDragging, true);
} else if (action === DRAG_SELECT_ACTION.DRAG_START) {
previousSelectedData = null;
this.cellMouseoverActive = false;
mlChartTooltipService.hide(true);
}
Expand Down

0 comments on commit 5988818

Please sign in to comment.