Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 0092901

Browse files
Andries-SmitJelteMX
authored andcommitted
Remove duplicate trigger onSelect (#36)
The onSelect was also fired from `saveAndFireSelection`
1 parent c2a12ba commit 0092901

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/TreeView/widget/TreeView.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,6 @@ require([
374374
dojo.forEach(this.actions, function (action) {
375375
action.updateToSelection();
376376
});
377-
378-
//fire the on select event
379-
this.onSelect(renderNode);
380377
}
381378
},
382379

0 commit comments

Comments
 (0)