Skip to content

Commit

Permalink
Hotfix2
Browse files Browse the repository at this point in the history
  • Loading branch information
irdkwmnsb committed Sep 17, 2024
1 parent eb3c389 commit 3059720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/overlay/src/components/atoms/ShrinkingBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const ShrinkingBox = memo(({
useEffect(() => {
return () => {
if(observerRef.current !== null) {
observerRef.disconnect();
observerRef.current.disconnect();
}
};
});
Expand Down

0 comments on commit 3059720

Please sign in to comment.