Show foldnode when prefetching#35
Show foldnode when prefetching#35jeroen-huizer-conclusion wants to merge 1 commit intomendixlabs:masterfrom
Conversation
Fixes an issue where the foldnode was not shown for children with depth > autoexpand depth, when prefetch was enabled. Fixed by expanding and collapsing all children when prefetching.
|
Great, this issues was bothering me for some time. |
|
Yeah it is kinda dirty. Though I did not find any side-effects so far. Another approach I tried was inspecting the RenderNode.setCollapsed and RenderEdge.setCollapsed functions and using pieces of those that are relevant. But that led me to soo many more lines of code that this actually seemed the more elegant approach. |
Fixes an issue where the foldnode was not shown for children with depth