gitgraph.js icon indicating copy to clipboard operation
gitgraph.js copied to clipboard

Is there an event about render finish (first time)?

Open Bear1110 opened this issue 6 years ago • 0 comments

image

I have a long line of commit. In the version of v1.15.1, I can scroll to the far right by this way.

graphContainer.scrollLeft( graphContainer[0].scrollWidth )

But now, 1.3.2,I found that it may be a race condition. I have to do that after rendering graph be done. I am use @gitgraph/js. Is there any way to handle this callback ? Thanks

Bear1110 avatar Oct 23 '19 08:10 Bear1110