summaryrefslogtreecommitdiff
path: root/src/client/view/graph_view.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-01 23:13:23 +0300
committerAlon Levy <alon@pobox.com>2015-04-02 00:35:01 +0300
commit68a89892a928168343861b4eabfa010ee8ca57b8 (patch)
treef7bfd933fba6e6ffd873d98cb8a1e1aac65cd2ae /src/client/view/graph_view.js
parent5b235c9ee51d107f62b4f6b710a6ceab2356e221 (diff)
client: graph_view: add tick on zoom - required for bubble animation (not exactly, not sure actually)
Diffstat (limited to 'src/client/view/graph_view.js')
-rw-r--r--src/client/view/graph_view.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index 6ddf4a8d..88e01739 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -1178,6 +1178,7 @@ function GraphView(spec) {
zoom_property.onValue(function (val) {
zoomInProgress = val;
+ tick();
});
return gv;
}