feat: interaction change (#788)

This commit is contained in:
Qi
2023-02-15 15:21:29 +08:00
committed by GitHub
parent ce24174971
commit eb1d4fe1f6
8 changed files with 119 additions and 97 deletions
@@ -40,6 +40,7 @@ export const HelpIsland = ({
return (
<StyledIsland
spread={spread}
data-testid="help-island"
onClick={() => {
setShowSpread(!spread);
}}