Closed jernestmyers closed 2 years ago
Love the simple fix! So the pruning discrepancy had to do with the visibility of nodes instead of actual tree pruning, correct?
Yes! I certainly thought it was an error that I introduced in the logic when converting CheckboxTree
away from its original class definition. But everything checked out when testing/debugging, which led me to the CSS issue.
There was a difference between how the
CheckboxTree
was being pruned during a search in the newCoreUI
implementation versus the originalWDKClient
implementation. These small changes look to have resolved the discrepancy.