Bear1110
Bear1110
https://codepen.io/nicoespeon/pen/arqPWb?editors=0010 You can easily reproduce this bug. Just add two line. ``` console.log(gitgraph._graph.commits[0].branches) setTimeout(()=>{console.log(gitgraph._graph.commits[0].branches)},0) ``` In this example https://codepen.io/nicoespeon/pen/arqPWb?editors=0010.  Why I found this because I have to change commit...
 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,...