We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fad01 commit 940b915Copy full SHA for 940b915
js/historyview.js
@@ -309,7 +309,7 @@ define(['d3'], function() {
309
this.commitData = data.commitData
310
this.branches = data.branches
311
this.logs = data.logs
312
- this.currentBranch = data.currentBranch
+ this._setCurrentBranch(data.currentBranch || null)
313
this.renderCommits()
314
this.renderTags()
315
}
0 commit comments