Skip to content
Snippets Groups Projects
Unverified Commit fba453ff authored by Tom Robinson's avatar Tom Robinson
Browse files

Fade deselected bars when brushing

parent 0a77a93d
Branches
Tags
No related merge requests found
......@@ -37,6 +37,7 @@ export function initBrush(parent, child, onBrushChange, onBrushEnd) {
// emit "onBrushChange" event
onBrushChange(range);
parent.fadeDeselectedArea();
// return filters unmodified
return filters;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment