mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
AWESOME origin compare within trees and levels, visualizations down, finish animation chain fixed, everything is awesome here. ready fororigin levels
This commit is contained in:
parent
7a00bd09f6
commit
c4ae821cef
12 changed files with 203 additions and 60 deletions
|
@ -250,6 +250,11 @@ var Visualization = Backbone.View.extend({
|
|||
left: left + 'px',
|
||||
top: top + 'px'
|
||||
});
|
||||
} else {
|
||||
// set position to absolute so we all stack nicely
|
||||
$(this.paper.canvas).css({
|
||||
position: 'absolute'
|
||||
});
|
||||
}
|
||||
|
||||
this.paper.setSize(width, height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue