mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
more todo list items
This commit is contained in:
parent
529f69599b
commit
749108a775
5 changed files with 22 additions and 3 deletions
|
@ -381,10 +381,17 @@ GitVisuals.prototype.collectionChanged = function() {
|
|||
};
|
||||
|
||||
GitVisuals.prototype.zIndexReflow = function() {
|
||||
this.visNodesFront();
|
||||
this.visBranchesFront();
|
||||
};
|
||||
|
||||
GitVisuals.prototype.visNodesFront = function() {
|
||||
_.each(this.visNodeMap, function(visNode) {
|
||||
visNode.toFront();
|
||||
});
|
||||
};
|
||||
|
||||
GitVisuals.prototype.visBranchesFront = function() {
|
||||
this.visBranchCollection.each(function(vBranch) {
|
||||
vBranch.nonTextToFront();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue