Merge pull request #5616 from nextcloud-libraries/backport/5613/next

[next] fix(NcAppSidebar): remove hidden navigation toggle from focus trap
This commit is contained in:
Grigorii K. Shartsev 2024-05-19 17:40:43 +05:00 коммит произвёл GitHub
Родитель 6cd64b3d74 9453cbf834
Коммит d71d6209af
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -906,9 +906,6 @@ export default {
this.$refs.sidebar,
// Nextcloud Server header navigarion
document.querySelector('#header'),
// The app navigation toggle. Navigation can be opened above the sidebar
// Take the parent element, because the focus-trap requires a container with elements, not the element itself
document.querySelector('[aria-controls="app-navigation-vue"]')?.parentElement,
], {
allowOutsideClick: true,
fallbackFocus: this.$refs.closeButton,