Skip to content

Commit

Permalink
Uncomment popup closing on extension button press
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvdmt committed Jul 3, 2024
1 parent 9024cc1 commit 061a71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content-script/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export function Popup({element}: IProps) {
await syncStoreWithBackground()
openPopup()
},
// [Message.CLOSE_POPUP]: closePopup, // TODO: Uncomment when the feature is implemented
[Message.CLOSE_POPUP]: closePopup,
[Message.SELECT_TAB]: async ({increment}) => {
await syncStoreWithBackground()
openPopup()
Expand Down

0 comments on commit 061a71f

Please sign in to comment.