I am wondering why the responsive navigation menu of Breeze (https://github.com/laravel/breeze/blob/2.x/stubs/inertia-vue/resources/js/Layouts/AuthenticatedLayout.vue) is auto closing, when I click away.
I'm asking, because I want to hook onto that state, but showingNavigationDropdown stays true, when I click away and the navigation hides. When I then click again to open it, it changes to false but the dropdown shows.