forcegraph: tickevent is already in animation frame
This commit is contained in:
parent
8a09342ab7
commit
e36d3b1a6a
|
@ -383,7 +383,7 @@ define(["d3"], function (d3) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function tickEvent() {
|
function tickEvent() {
|
||||||
requestAnimationFrame(redraw)
|
redraw()
|
||||||
}
|
}
|
||||||
|
|
||||||
function resizeCanvas() {
|
function resizeCanvas() {
|
||||||
|
|
Loading…
Reference in a new issue