projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24f9824
)
Fix true/false redraw blocking bug in synchronizer
sync-block-redraw
author
Dan Vanderkam
<danvdk@gmail.com>
Wed, 16 Sep 2015 19:58:12 +0000
(15:58 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Wed, 16 Sep 2015 19:58:12 +0000
(15:58 -0400)
Fixes #658
src/extras/synchronizer.js
patch
|
blob
|
blame
|
history
diff --git
a/src/extras/synchronizer.js
b/src/extras/synchronizer.js
index
78efbcb
..
dd4329c
100644
(file)
--- a/
src/extras/synchronizer.js
+++ b/
src/extras/synchronizer.js
@@
-170,7
+170,7
@@
function attachZoomHandlers(gs, syncOpts, prevCallbacks) {
}
block = false;
}
- },
fals
e /* no need to redraw */);
+ },
tru
e /* no need to redraw */);
}
}
@@
-213,7
+213,7
@@
function attachSelectionHandlers(gs, prevCallbacks) {
}
block = false;
}
- });
+ }
, true /* no need to redraw */
);
}
}