Bug when using search plugin
wanderleihuttel opened this issue · 0 comments
wanderleihuttel commented
I noticed that is missing a code to hide nodes when is used the search plugin.
Without this code, the search plugin show more nodes than was filtered
.jstree-hidden,
.jstree-node.jstree-hidden {
display: none;
}