mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
PR #166 Fix the origin vis not resizing as well
This commit is contained in:
parent
6bdbb09d5a
commit
232cb0385c
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ var Visualization = Backbone.View.extend({
|
||||||
|
|
||||||
this.paper.setSize(width, height);
|
this.paper.setSize(width, height);
|
||||||
this.gitVisuals.canvasResize(width, height);
|
this.gitVisuals.canvasResize(width, height);
|
||||||
|
this.originToo('myResize', arguments);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue