mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
nice formatting now on errors and results with tricky css
This commit is contained in:
parent
d647d430d7
commit
04251a3da3
3 changed files with 19 additions and 2 deletions
|
@ -192,7 +192,7 @@ GitVisuals.prototype.addBranch = function(branch) {
|
|||
});
|
||||
this.visBranchCollection.add(visBranch);
|
||||
if (this.paperReady) {
|
||||
visBranch.genGraphics();
|
||||
visBranch.genGraphics(paper);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue