Skip to content

Commit

Permalink
fix debounce
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Jan 20, 2025
1 parent f4307c4 commit 8dacdc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/contents/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Profile = () => {
},
});
}
}, 500);
}, 200);

useEffect(() => {
const observer = new MutationObserver(checkAndAddButton);
Expand Down

0 comments on commit 8dacdc4

Please sign in to comment.