From 5c5f9a8cfe3edd6f1df31ab00885e58e4a36bfd1 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 30 Sep 2014 13:18:08 +0300 Subject: Fix #63 - don't move graph on click (possible side effects?) --- scripts/rhizicore.js | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index ca1265fa..4649098b 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -905,7 +905,6 @@ function mousedown() { $('.editlinkinfo').css('left', 0); graph.removeHighlight(); $('.info').fadeOut(300); - graph.update(); } function AddedUnique(newnode) { -- cgit v1.3.1