diff options
author | 2024-02-26 14:38:19 +0100 | |
---|---|---|
committer | 2024-02-26 13:38:19 +0000 | |
commit | 1eadb1c5290f2f4baf538c34889a09d5fcfb9bd4 (patch) | |
tree | 205050a6acb22e50130bc965fba8221281296834 /.changeset/kind-rice-clean.md | |
parent | ae2a10e1a768e31d243194694222932ffafb54cc (diff) | |
download | astro-1eadb1c5290f2f4baf538c34889a09d5fcfb9bd4.tar.gz astro-1eadb1c5290f2f4baf538c34889a09d5fcfb9bd4.tar.zst astro-1eadb1c5290f2f4baf538c34889a09d5fcfb9bd4.zip |
fix(toolbar): Make it so every built-in app can be closed by outside clicks (#10220)
* fix(toolbar): Make it so every built-in app can be closed by outside clicks
* chore: changeset
* test: add tests
* test: fix test
* ci: don't run bundle-size on dev-toolba
Diffstat (limited to '.changeset/kind-rice-clean.md')
-rw-r--r-- | .changeset/kind-rice-clean.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/kind-rice-clean.md b/.changeset/kind-rice-clean.md new file mode 100644 index 000000000..c68248112 --- /dev/null +++ b/.changeset/kind-rice-clean.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +Fixes some built-in apps of the dev toolbar not closing when clicking the page |