We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631af75 commit adaf22eCopy full SHA for adaf22e
1 file changed
packages/acr/src/modules/comments/comments.contribution.tsx
@@ -86,7 +86,7 @@ export class CommentsContribution
86
}
87
88
89
- async onStart() {
+ async initialize() {
90
// 初始化评论数据
91
this.antcodeService.comments.forEach((comment) =>
92
this.antcodeCommentsService.createComment(comment)
0 commit comments