rstudio / shinydashboard

Shiny Dashboarding framework
https://rstudio.github.io/shinydashboard/
Other
887 stars 299 forks source link

Restoring a menuSubItem tab doesn't work if it is nested inside two menuItems #282

Open kshitij0987 opened 6 years ago

kshitij0987 commented 6 years ago

Restoring a menuSubItem tab from bookmark doesn't work if the menuSubItem is 2nd level nested inside two menuItems. For example a restoring a bookmark on "subitem" tab doesn't work in the following case: menuItem('menuitem1', menuItem("nested_menuitem1", menuSubItem("subitem1", tabName = "subitem")))

An extension to #157 #152