Преглед изворни кода

forcegraph: tickevent is already in animation frame

Nils Schneider пре 9 година
родитељ
комит
e36d3b1a6a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/forcegraph.js

+ 1 - 1
lib/forcegraph.js

@@ -383,7 +383,7 @@ define(["d3"], function (d3) {
     }
 
     function tickEvent() {
-      requestAnimationFrame(redraw)
+      redraw()
     }
 
     function resizeCanvas() {