Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Mar 31, 2021
1 parent f9403c5 commit 88cdd60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions R/bootstrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -974,9 +974,8 @@ buildTabItem <- function(index, tabsetId, foundSelected, tabs = NULL,
return(list(liTag = textFilter(divTag), divTag = NULL))
}

# build the child tabset
# TODO: add a warning if depth goes >2 ?
if (isNavbarMenu(divTag)) {
# tabPanelMenu item: build the child tabset
tabset <- buildTabset(
!!!divTag$tabs, ulClass = "dropdown-menu",
textFilter = navbarMenuTextFilter,
Expand Down
2 changes: 1 addition & 1 deletion R/html-deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ processDeps <- function(tags, session) {
}

list(
html = doRenderTags(tagList(ui)), # TODO: doRenderTags() shouldn't fail on a tagFunction()
html = doRenderTags(ui),
deps = dependencies
)
}

0 comments on commit 88cdd60

Please sign in to comment.