Skip to content

Commit ad70c3b

Browse files
authored
Merge pull request CirclonGroup#697 from samartioli/master
public method calculateExpandedNodes CirclonGroup#520
2 parents d9a22c6 + bd67f67 commit ad70c3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/models/tree.model.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@ export class TreeModel implements ITreeModel, OnDestroy {
450450
return !to.parent.isDescendantOf(node);
451451
}
452452

453+
calculateExpandedNodes() {
454+
this._calculateExpandedNodes();
455+
}
456+
453457
// private methods
454458
private _filterNode(ids, node, filterFn, autoShow) {
455459
// if node passes function then it's visible

0 commit comments

Comments
 (0)