-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximum call stack size exceeded on tree selection #12171
Labels
bug
bugs found in the application
Comments
martin-fleck-at
added a commit
that referenced
this issue
Feb 10, 2023
- Provide utility to push in a callstack-safe manner - Add tests Fixes #12171
1 task
martin-fleck-at
added a commit
that referenced
this issue
Feb 10, 2023
- Provide utility to push in a callstack-safe manner - Add tests Fixes #12171
martin-fleck-at
added a commit
that referenced
this issue
Feb 13, 2023
- Provide utility to push in a callstack-safe manner - Add tests Fixes #12171
martin-fleck-at
added a commit
that referenced
this issue
Feb 15, 2023
- Provide utility to push in a callstack-safe manner - Add tests Fixes #12171
martin-fleck-at
added a commit
that referenced
this issue
Feb 17, 2023
- Provide utility to push in a callstack-safe manner - Add tests Fixes #12171
martin-fleck-at
added a commit
that referenced
this issue
Feb 17, 2023
- Provide utility to push in a callstack-safe manner - Add tests Fixes #12171
martin-fleck-at
added a commit
that referenced
this issue
Feb 21, 2023
- Provide utility to push in a callstack-safe manner - Add tests Fixes #12171
martin-fleck-at
added a commit
that referenced
this issue
Feb 28, 2023
- Provide utility to push in a callstack-safe manner - Add tests Fixes #12171
martin-fleck-at
added a commit
that referenced
this issue
Apr 20, 2023
- Provide utility to push in a callstack-safe manner - Add tests Fixes #12171
martin-fleck-at
added a commit
that referenced
this issue
Apr 21, 2023
- Provide utility to push in a callstack-safe manner - Add tests Fixes #12171
martin-fleck-at
added a commit
that referenced
this issue
Apr 21, 2023
- Avoid spread operator - Add tests Fixes #12171
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description:
For large trees, the depth first iterator causes a
Maximum call stack size exceeded
during range selection. The main culprit is probably thestack.push(...[])
usage.Steps to Reproduce:
Shift
select another node to trigger a range selectionAdditional Information
The text was updated successfully, but these errors were encountered: