Skip to content

Commit 178cef0

Browse files
authored
fix: Disable animation in tree-view permutations page (#3654)
1 parent e6a8584 commit 178cef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/tree-view/permutations.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function TreeViewPermuations() {
4646
const { urlParams, setUrlParams } = useContext(AppContext as PageContext);
4747

4848
return (
49-
<ScreenshotArea>
49+
<ScreenshotArea disableAnimations={true}>
5050
<h1>Tree view permutations</h1>
5151

5252
<Checkbox

0 commit comments

Comments
 (0)