CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.09k stars 488 forks source link

Prevent browser from crashing to quickly #924

Closed binerdy closed 1 year ago

binerdy commented 3 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Browser crashes after trying to expand all nodes flagged with isExpanded, if the tree is large enough. This PR doesn't solve it but it extends the current limit.

Closes #923