Skip to content

Commit

Permalink
fix: fix interval-select's reset method.
Browse files Browse the repository at this point in the history
  • Loading branch information
simaQ committed Jul 29, 2018
1 parent 3ad8c03 commit 8824072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interaction/interval-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ class IntervalSelect extends Interaction {

reset() {
this._reset();
this.selectedShape = null;
this.selectedAxisShape = null;
}
}

Expand Down

0 comments on commit 8824072

Please sign in to comment.