We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdf40c commit 42ff51fCopy full SHA for 42ff51f
src/js/index.jsx
@@ -39,7 +39,7 @@ class Top extends React.Component {
39
}
40
41
if (fileCount !== count) {
42
- setTimeout(renderTree.bind(this, this.calculateTree.bind(this)), 100)
+ setTimeout(this.calculateTree.bind(this), 100)
43
44
45
0 commit comments