Skip to content

Commit

Permalink
test: re-add view transition
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Feb 4, 2025
1 parent 83cd758 commit 6d93bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/waku/src/router/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ const InnerRouter = ({
};

if ('startViewTransition' in document) {
performChange();
document.startViewTransition(performChange);
} else {
performChange();
}
Expand Down

0 comments on commit 6d93bad

Please sign in to comment.