mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-24 23:18:35 +02:00
Better flip logic, visuals improvement, and also advanced level section
featuring Aaron's modifier tutorial Merge pull request #80 from aschrab/multiple_parents
This commit is contained in:
parent
46d71cd93a
commit
57db1be39e
15 changed files with 510 additions and 47 deletions
|
@ -685,7 +685,7 @@ GitVisuals.prototype.genResizeFunc = function() {
|
|||
_.bind(function(width, height) {
|
||||
|
||||
// refresh when we are ready if we are animating som ething
|
||||
if (GLOBAL.isAnimating) {
|
||||
if (false && GLOBAL.isAnimating) {
|
||||
var Main = require('../app');
|
||||
Main.getEventBaton().trigger('commandSubmitted', 'refresh');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue