Jeffrey van der Leije
Jeffrey van der Leije
I'm having this same problem. It seems that we need an event when the complete tree is fully rendered. For the scrolling support I use [vue-scrollto](https://www.npmjs.com/package/vue-scrollto), which seems to work...
I have this exact issue, my versions: `"butterfly-dag": "^4.2.8"` `"butterfly-vue": "^1.0.17"` `"vue": "^2.6.14"` I need to click/drag after initial rendering of the graph. Any idea how to solve this? Example:...
I just figured out a way to work around it: Add a `@onLoaded="onLoaded"` bind to the `` component:  Then add the `onLoaded` method:  This solves the issue because...