Commit 70090ef
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments