mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Need unmount because every page mounts its own nav menu
This commit is contained in:
parent
4001e1c47a
commit
e39ed219eb
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ function NavMenu(props) {
|
|||
overflow="auto"
|
||||
viewScroll="close"
|
||||
boundingBoxPadding="8 8 8 8"
|
||||
unmountOnClose
|
||||
menuButton={({ open }) => (
|
||||
<button
|
||||
type="button"
|
||||
|
|
Loading…
Reference in a new issue