feat: on back navigation, close mobile sidebar (#5462)

* On back, close mobile navbar sidebar

* more reliable code to block history pop events

* android backbutton: just close the drawer without cancellin the backward navigation
This commit is contained in:
Sébastien Lorber 2021-09-02 16:03:17 +02:00 committed by GitHub
parent 6b7f3e8553
commit f361e89b14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 65 additions and 0 deletions

View file

@ -71,3 +71,5 @@ export {useLocalPathname} from './utils/useLocalPathname';
export {translateTagsPageTitle, listTagsByLetters} from './utils/tagsUtils';
export type {TagLetterEntry} from './utils/tagsUtils';
export {useHistoryPopHandler} from './utils/historyUtils';