Open danishcake opened 15 years ago
Navigating a tree structure can be limited by the lua stack size (20 items, which means depth is limited to < 10 items.
Implement a scheme using a parent element of each section to navigate the tree structure without the stack
Addressed by ef008f3c040f9bd07156dc18a23d7e1d2ae00ea9 Challenges are need to fully test.
Navigating a tree structure can be limited by the lua stack size (20 items, which means depth is limited to < 10 items.
Implement a scheme using a parent element of each section to navigate the tree structure without the stack