Resolves #987 -- start goal on the right

This commit is contained in:
Peter Cottle 2022-09-03 11:19:32 -07:00
parent 88a6d34e91
commit 27e6454aa0
3 changed files with 7 additions and 5 deletions

View file

@ -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 () {