Skip to content

Commit 4cb9f91

Browse files
authored
Merge pull request #192 from nexB/188-jstree-expand-collapse
Remove default jstree animation #188
2 parents 8ec4d5e + fb562e3 commit 4cb9f91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/js/renderer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ $(document).ready(function () {
5151
.then((children) => {
5252
callback.call(this, children)
5353
});
54-
}
54+
},
55+
"animation": false
5556
},
5657
"types": {
5758
"directory": {

0 commit comments

Comments
 (0)