mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-14 15:08:34 +02:00
Resolves #987 -- start goal on the right
This commit is contained in:
parent
88a6d34e91
commit
27e6454aa0
3 changed files with 7 additions and 5 deletions
|
@ -672,7 +672,7 @@ var CanvasTerminalHolder = BaseView.extend({
|
|||
|
||||
// Set the new position/size
|
||||
this.$terminal.animate({
|
||||
left: left + 'px',
|
||||
right: right + 'px',
|
||||
top: top + 'px',
|
||||
height: height + 'px'
|
||||
}, this.getAnimationTime(), function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue