mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +02:00
deep in the hole trying to fix canvas positioning in visualizations
This commit is contained in:
parent
b945037f34
commit
55c85cd439
12 changed files with 282 additions and 81 deletions
|
@ -34,7 +34,7 @@ var Sandbox = Backbone.View.extend({
|
|||
},
|
||||
|
||||
getDefaultVisEl: function() {
|
||||
return $('#canvasWrapper')[0];
|
||||
return $('#mainVisSpace')[0];
|
||||
},
|
||||
|
||||
initVisualization: function(options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue