diff options
author | 2023-11-20 21:10:35 +0100 | |
---|---|---|
committer | 2023-11-20 21:10:35 +0100 | |
commit | 7742fd7dc26533c6f7cd497b00b72de935c57628 (patch) | |
tree | b410f9303459688cdf0c4d62cb57e527380ac23a /.changeset/nine-houses-attend.md | |
parent | 7d55cf68d89cb46bfb89a109b09af61be8431c89 (diff) | |
download | astro-7742fd7dc26533c6f7cd497b00b72de935c57628.tar.gz astro-7742fd7dc26533c6f7cd497b00b72de935c57628.tar.zst astro-7742fd7dc26533c6f7cd497b00b72de935c57628.zip |
Extend the 'click' listener of view transitions to handle links in SVGs and areas in image maps (#9140)
* handle clicks on SVGAElements and image maps
* add changeset
Diffstat (limited to '.changeset/nine-houses-attend.md')
-rw-r--r-- | .changeset/nine-houses-attend.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/nine-houses-attend.md b/.changeset/nine-houses-attend.md new file mode 100644 index 000000000..a4cbb7144 --- /dev/null +++ b/.changeset/nine-houses-attend.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +View Transitions: handle clicks on SVGAElements and image maps" |