Skip to content

Commit

Permalink
treecheck: check default selected children
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed May 20, 2020
1 parent 06c1907 commit b69f788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinytreeview
Title: Tree View for 'shiny' Applications
Version: 0.0.3
Version: 0.0.4
Authors@R:
c(person(given = "Victor",
family = "Perrier",
Expand Down
2 changes: 1 addition & 1 deletion inst/assets/bootstrap-treeview/treeview-bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ $.extend(treecheckInputBinding, {
exactMatch: true,
revealResults: false
});
tree.checkNode(selected);
tree.toggleNodeChecked(selected);
tree.search("", {
ignoreCase: false,
exactMatch: true,
Expand Down

0 comments on commit b69f788

Please sign in to comment.