fix(layout): fixed some layout issues for RSVP, closes #3199 (#3254)

This commit is contained in:
Huang Xin
2026-02-11 00:38:33 +08:00
committed by GitHub
parent 9444be7fcc
commit 226bf7033e
4 changed files with 48 additions and 37 deletions
@@ -270,6 +270,7 @@ const WiktionaryPopup: React.FC<WiktionaryPopupProps> = ({
};
fetchDefinitions(lookupWord, langCode);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [_, lookupWord, lang]);
return (