From be0e66d9b881d0f581c47ae60c9714591a46139a Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Tue, 3 Jan 2017 16:55:30 +0100 Subject: [PATCH] #49 fix cluster box update --- app/src/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/app.js b/app/src/app.js index 03ffd90..6ef2720 100644 --- a/app/src/app.js +++ b/app/src/app.js @@ -308,6 +308,8 @@ export default class App { if (!clusterBox) { clusterBox = new Cluster(cluster, this.tooltip) this.viewContainer.addChild(clusterBox) + } else { + clusterBox.cluster = cluster } clusterBox.draw() clusterBox.x = 0