mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 00:54:40 +02:00
Merge pull request #938 from hong4rc/ui
fix: show ball in bottom window
This commit is contained in:
commit
6f7bf6a39e
3 changed files with 1 additions and 8 deletions
|
@ -113,7 +113,6 @@ var buildIndex = function(done) {
|
|||
if (process.env.CI) {
|
||||
writeFileSync('build/index.html', outputIndex);
|
||||
copyRecursiveSync('assets', 'build/assets');
|
||||
copyRecursiveSync('lib', 'build/lib');
|
||||
} else {
|
||||
writeFileSync('index.html', outputIndex);
|
||||
}
|
||||
|
|
6
lib/jquery-ui-1.9.0.custom.min.js
vendored
6
lib/jquery-ui-1.9.0.custom.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -394,7 +394,7 @@ var VisNode = VisBase.extend({
|
|||
var y = circle.attr('cy');
|
||||
|
||||
var maxWidth = this.gitVisuals.paper.width;
|
||||
var maxHeight = this.gitVisuals.paper.height;
|
||||
var maxHeight = this.gitVisuals.paper.height - circle.attrs.r;
|
||||
var elasticity = 0.8 / speed;
|
||||
var dt = 1.0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue