We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793134f commit f9ee4d6Copy full SHA for f9ee4d6
src/components/SlidingTextBox.tsx
@@ -33,7 +33,6 @@ export const SlidingTextBox = ({ text }: { text: string }) => {
33
const containerBox = containerBoxRef.current;
34
if (!containerBox) return;
35
const { dispose } = initialize(containerBox);
36
- updateHeight(containerBox);
37
return () => dispose();
38
}, []);
39
0 commit comments