Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored and astrobot-houston committed Jan 12, 2024
1 parent 35d54b3 commit c7dbb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/components/ViewTransitions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const { fallback = 'animate' } = Astro.props;
document.addEventListener('click', (ev) => {
let link = ev.target;
if (ev.composed) {
link = ev.composedPath()[0];
link = ev.composedPath()[0];
}
if (link instanceof Element) {
link = link.closest('a, area');
Expand Down

0 comments on commit c7dbb9d

Please sign in to comment.