mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
know why its beause git engine ready is async and we dont have origin until that fires so animation gets messed up
This commit is contained in:
parent
f438948660
commit
b69c35d548
3 changed files with 33 additions and 6 deletions
|
@ -274,8 +274,7 @@ GitEngine.prototype.makeOrigin = function(treeString) {
|
|||
);
|
||||
originMaster.set('remote', true);
|
||||
|
||||
// add a simple refresh animation
|
||||
this.animationFactory.refreshTree(this.animationQueue, this.gitVisuals);
|
||||
this.animationFactory.playRefreshAnimationAndFinish(this.gitVisuals, this.animationQueue);
|
||||
};
|
||||
|
||||
GitEngine.prototype.getOrMakeRecursive = function(tree, createdSoFar, objID) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue