Closed kkebo closed 2 years ago
At the time of the first click, the sidebar may not have been generated yet. If so, then NavigationLink
s yet to exist at that point either. Then, when NavigationLink
s are generated, the screen transition is executed and the sidebar is closed, which is probably why this behavior is observed.
I confirmed that the new NavigationSplitView
resolved this issue, so it can be closed by #32.
Steps to reproduce
Expected behaviors
The sidebar will open.
Actual behaviors
The first click does nothing, and the second click opens the sidebar.
Video
https://user-images.githubusercontent.com/601636/167292188-d5078213-858f-47a0-b416-b09920fcf883.MOV
iPad Pro 12.9" 5th generation with Magic Keyboard (iPadOS 15.5 DB 4)