Explorar el Código

forcegraph: tickevent is already in animation frame

Nils Schneider hace 9 años
padre
commit
e36d3b1a6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {