We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba9953 commit 0b8577fCopy full SHA for 0b8577f
modules/react-arborist/src/interfaces/tree-api.ts
@@ -342,6 +342,7 @@ export class TreeApi<T> {
342
if (!node) return;
343
const id = identify(node);
344
this.dispatch(selection.remove(id));
345
+ safeRun(this.props.onSelect, this.selectedNodes);
346
}
347
348
selectMulti(identity: Identity) {
0 commit comments