Skip to content

Commit

Permalink
fix: content messaging (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Mar 11, 2023
1 parent 958cf46 commit a8ef280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/messaging/ContentMessageListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export default class ContentMessageListener {
.catch((err) => {
console.error(err);
});
return true;
}
);
}
Expand Down

0 comments on commit a8ef280

Please sign in to comment.