Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exit full-screen mode when a full-screen card is removed (#1005)
* fix(card): Exit full-screen mode when a full-screen card is removed * chore: yarn build * refactor(card): Just observe `document.body` for removals The card might be inside more dynamic UI, so we can't just observe from the parent node. * fix: find nested matching elements * chore: yarn build * Resave distributed files (GitHub Action) * Resave distributed files (GitHub Action) * Resave data (GitHub Action) * refactor: Use a Set instead of an array for `found` removed items * chore: yarn build * chore: try/catch `ShinyRemovedObserver` callback
- Loading branch information