Skip to content

Commit

Permalink
fix: onDataChange triggered when mouse enter/leave the displayer
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Mar 10, 2022
1 parent df4ad3b commit 0b271e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/reducer/IgnoreActions.ts
Expand Up @@ -29,6 +29,7 @@ const ignoreActions = [
types.CHANGE_PEAKS_MARKERS_VISIBILITY,
types.CHANGE_ACTIVE_SPECTRUM,
types.CHANGE_SPECTRUM_COLOR,
types.SET_MOUSE_OVER_DISPLAYER,
];

function checkActionType(type: string): boolean {
Expand Down

0 comments on commit 0b271e9

Please sign in to comment.