Skip to content

Commit

Permalink
Merge branch 'main' into 339-help-tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
NateLanza authored Oct 21, 2024
2 parents bb0bf89 + 9d1fca8 commit bc98a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upset/src/components/AltTextSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const AltTextSidebar: FC<Props> = ({ open, close, generateAltText }) => {
}
}

generate();
if (open) generate();
}, [currState]);

/**
Expand Down

0 comments on commit bc98a43

Please sign in to comment.