diff --git a/app/resources/js/components/layout/AppTopbar.vue b/app/resources/js/components/layout/AppTopbar.vue index cc33ea9f..6146793c 100644 --- a/app/resources/js/components/layout/AppTopbar.vue +++ b/app/resources/js/components/layout/AppTopbar.vue @@ -9,7 +9,6 @@ import { useRouter } from 'vue-router'; import { useAuthStore } from '../../stores/auth'; import { useNotificationsStore } from '../../stores/notifications'; import { useCommandPalette } from '../../composables/useCommandPalette'; -import { repositionMenuAfterOpen } from '../../utils/menuRepositionFix'; defineProps<{ pageTitle: string; @@ -116,7 +115,6 @@ async function handleLogout(): Promise { offset="8" :close-on-content-click="false" location="bottom end" - @update:model-value="repositionMenuAfterOpen" >