diff options
author | 2023-10-31 23:35:32 +0100 | |
---|---|---|
committer | 2023-10-31 23:35:32 +0100 | |
commit | 262cef2487c7494bd8d23b4ab27bfcdf1870a111 (patch) | |
tree | b561732ae00a74ef4b75c1299ad4b15e7f26939b /.changeset | |
parent | 463e03633e9cb712213b263b280c1bc81eccd8df (diff) | |
download | astro-262cef2487c7494bd8d23b4ab27bfcdf1870a111.tar.gz astro-262cef2487c7494bd8d23b4ab27bfcdf1870a111.tar.zst astro-262cef2487c7494bd8d23b4ab27bfcdf1870a111.zip |
refactor: dev overlay to make it easier to work with VT (#8966)
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/healthy-hornets-kiss.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/healthy-hornets-kiss.md b/.changeset/healthy-hornets-kiss.md new file mode 100644 index 000000000..df69c840c --- /dev/null +++ b/.changeset/healthy-hornets-kiss.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix Dev Overlay not working properly when view transitions are enabled |