Skip to content

Commit 42ff51f

Browse files
committed
Fix tree updates
1 parent 5fdf40c commit 42ff51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Top extends React.Component {
3939
}
4040

4141
if (fileCount !== count) {
42-
setTimeout(renderTree.bind(this, this.calculateTree.bind(this)), 100)
42+
setTimeout(this.calculateTree.bind(this), 100)
4343
}
4444
}
4545

0 commit comments

Comments
 (0)