Make sure to redraw the tree in the old repo view. Patches an issue where the tree won't show up sometimes
This commit is contained in:
parent
2f5f4d5d66
commit
bcd8a48159
1 changed files with 4 additions and 0 deletions
|
@ -645,6 +645,10 @@
|
|||
$scope.setImage($routeParams.image);
|
||||
}
|
||||
|
||||
$timeout(function() {
|
||||
$scope.tree.notifyResized();
|
||||
}, 100);
|
||||
|
||||
return resp.images;
|
||||
});
|
||||
};
|
||||
|
|
Reference in a new issue