Skip to content

Commit

Permalink
fix: brush selected
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Nov 13, 2023
1 parent 179a6ae commit 8238a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class ColBrushSelection extends BaseBrushSelection {

interaction.changeState({
cells: map(this.brushRangeCells, getCellMeta),
stateName: InteractionStateName.SELECTED,
stateName: InteractionStateName.BRUSH_SELECTED,
onUpdateCells: this.onUpdateCells,
});

Expand Down

0 comments on commit 8238a72

Please sign in to comment.