From 68a89892a928168343861b4eabfa010ee8ca57b8 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 1 Apr 2015 23:13:23 +0300 Subject: client: graph_view: add tick on zoom - required for bubble animation (not exactly, not sure actually) --- src/client/view/graph_view.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client') 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; } -- cgit v1.3.1