Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zzlb0224 committed Mar 10, 2024
1 parent fca4d6e commit 1150077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/annotations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function createDiv(
type: "click",
listener: (e: Event) => {
ztoolkit.log("增加标签", label, params, e);
onTagClick(tag, bgColor );
onTagClick(tag, bgColor);
},
},
],
Expand Down

0 comments on commit 1150077

Please sign in to comment.