Skip to content

Commit adaf22e

Browse files
committed
fix: ACR 评论获取 onStart 改为 initialize
1 parent 631af75 commit adaf22e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/acr/src/modules/comments/comments.contribution.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class CommentsContribution
8686
}
8787
}
8888

89-
async onStart() {
89+
async initialize() {
9090
// 初始化评论数据
9191
this.antcodeService.comments.forEach((comment) =>
9292
this.antcodeCommentsService.createComment(comment)

0 commit comments

Comments
 (0)