Skip to content

Commit

Permalink
Merge pull request #88 from caorushizi/dev/plugins
Browse files Browse the repository at this point in the history
fix: 🐛  types
  • Loading branch information
caorushizi authored Feb 11, 2024
2 parents 6d0f6e6 + 9506f41 commit 004fd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/src/components/FloatButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class FloatButton extends LitElement {
addIpcListener("webview-link-message", this.receiveMessage);
}

receiveMessage = (e: any, data: any) => {
receiveMessage = (_: any, data: any) => {
this.count = 1;
this.data = data;
};
Expand Down

0 comments on commit 004fd56

Please sign in to comment.