Jeffrey van der Leije

Results 3 comments of 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: ![image](https://user-images.githubusercontent.com/1866925/167594090-38a1301d-bf4d-4c66-a492-ef1a7cd1f92b.png) Then add the `onLoaded` method: ![image](https://user-images.githubusercontent.com/1866925/167594243-813e26a4-7bba-49a4-9a9f-1ae52e735191.png) This solves the issue because...