Sjors van Dongen
Sjors van Dongen
I was struggling with this too but I have found a solution: ``` javascript // NavTree object $scope.files = []; var tree; $scope.my_tree = tree = {}; // Load root...
I tried to create a sample project but it seems not so easy to reproduce. If you really need a sample I could give you temporary access to a small...
```html ``` I managed to fix this bug with the following: ```vue watch: { "$page.props.pipelines": { immediate: true, handler(value) { // This is a workaround for a bug from inertia...