提交 c3e13bca 编写于 作者: P Peng Lyu

thread id in commentNode ID

上级 04ce5599
......@@ -23,7 +23,7 @@ export class CommentsDataSource implements IDataSource {
return element.id;
}
if (element instanceof CommentNode) {
return `${element.resource.toString()}-${element.comment.uniqueIdInThread}`;
return `${element.resource.toString()}-${element.threadId}-${element.comment.uniqueIdInThread}`;
}
return '';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册