We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f580cff commit 94db947Copy full SHA for 94db947
1 file changed
src/com/reveal/codetimemachine/TTMSingleFileView.java
@@ -76,7 +76,7 @@ enum CommitsBarType {NONE, TREE, OLD};
76
77
///// Initialing
78
activeCommit_cIndex = 0 ;
79
- commitsBar.updateCommitsList(this.commits);
+ //commitsBar.updateCommitsList(this.commits); // Timeline already initialized CommitsBar with its active range
80
commitsBar.setActiveCommit_cIndex();
81
//codeHistory3DView.showCommit(0, true); //It's initially at 0
82
0 commit comments