mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
Fix tree positioning
This commit is contained in:
parent
3794dedc5c
commit
47f4c21b78
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ var GitDemonstrationView = ContainedBase.extend({
|
||||||
this.mainVis.setTreeIndex(300);
|
this.mainVis.setTreeIndex(300);
|
||||||
this.mainVis.showHarsh();
|
this.mainVis.showHarsh();
|
||||||
}
|
}
|
||||||
}, this), this.getAnimationTime() * 1);
|
}, this), this.getAnimationTime() * 1.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.shown = true;
|
this.shown = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue