Skip to content

Commit

Permalink
fix: Bind all after inserting nav controls
Browse files Browse the repository at this point in the history
Output bindings require outputs to be attached to the DOM.
  • Loading branch information
gadenbuie committed Jan 24, 2025
1 parent 86d9cea commit af6ecdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srcts/src/shiny/shinyapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,7 @@ class ShinyApp {
$tabset.append($liTag);
}
}
await shinyBindAll($targetLiTag?.parent() || $tabset);

// jcheng 2017-07-28: This next part might look a little insane versus the
// more obvious `$tabContent.append($divTag);`, but there's a method to the
Expand Down

0 comments on commit af6ecdb

Please sign in to comment.