You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example has about 100.000 nodes and expands fast (click this button: ).
Maybe try giving the tree div a fixed size. Can you share some example code to reproduce it?
Describe the bug
When expanding a node that has a large set of subnodes then it takes very long to load.
To Reproduce
Create a node with 10,000 subnodes and try to expand it.
Expected behavior
Optimize code to reduce the loading time.
Desktop (please complete the following information):
Additional context
It seems to be related to the resize handler. This is where my JS skills are not good enough to dig deeper.
wunderbaum/dist/wunderbaum.umd.js
Line 6265 in c02a435
The text was updated successfully, but these errors were encountered: