Wuif
Wuif
Having the same problem. would be nice to have this fixed :)
i think you are missing the changes to handle the `false` state. ``` // CollectionTreeController.php $saved = $tree->tree($contents)->save(); return [ 'saved' => $saved, ]; ``` something like: ``` // PageTree.vue...
changes looks good :) no idea but is this change also needed for delete? And also for NavTree to work correctly with NavTree Events?
would be really nice to get something like puppeteer for this. does anyone found a workaround to test this somehow with playwright?
@duncanmcclean Chrome It seems like there's an issue with the focus switch taking too long to activate the button. If I hold the mouse button for about 2-3 seconds before...