Skip to content

Commit 70090ef

Browse files
committed
fix: fire shiny:outputinvalidated for outputs bound after invalidation (#2797)
When an output is invalidated before it's in the DOM (e.g., inside a closed modal), the shiny:outputinvalidated event was never fired. The progress state machine already tracks this case and applies showProgress, but the event dispatch was missing.
1 parent e07298a commit 70090ef

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

inst/www/shared/shiny.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)