Skip to content

Commit

Permalink
Clear 'All Done' status automatically as part of hiding pop-up form.
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Feb 11, 2024
1 parent 870bbe4 commit 0b6165b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ if (!document.getElementById(ROOT_CONTAINER_ID)) {
const onFinished = () => {
setPopupFormDisplayed(false);
setPopupDisplayed(false);
setStatus(undefined);
};

return (
Expand Down

0 comments on commit 0b6165b

Please sign in to comment.