Commit 43d46da
authored
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` callback1 parent 7fe3a97 commit 43d46da
File tree
7 files changed
+274
-9
lines changed- inst/components/dist
- srcts/src/components
7 files changed
+274
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
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