orangehill/jstree-bootstrap-theme

Bug when using search plugin

wanderleihuttel opened this issue · 0 comments

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;
}