Skip to content

Commit

Permalink
Fix description in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Iuliia Kulagina committed Sep 11, 2023
1 parent 7c916e3 commit d8e478b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 3.2.2.0
* Add weight option on the formatting pane
* Add input/output tooltip values for node
* Fix styles for keyboard navigation
* Change backward links positions
Expand Down
1 change: 1 addition & 0 deletions src/behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export class SankeyDiagramBehavior implements IInteractiveBehavior {
this.behaviorOptions.nodes.on("click", (event: PointerEvent, node: SankeyDiagramNode) => {
const selectableDataPoints: SelectableDataPoint[] = node.selectableDataPoints;

// the following line does not allow nodes multiselection
this.clearSelection();

if (!sankeyDiagramUtils.areDataPointsSelected(this.selectedDataPoints, selectableDataPoints)) {
Expand Down

0 comments on commit d8e478b

Please sign in to comment.