* 触发评论删除事件
(filePath: string, comment: string, sourceId: string)
| 41 | * 触发评论删除事件 |
| 42 | */ |
| 43 | public emitCommentDelete(filePath: string, comment: string, sourceId: string) { |
| 44 | this.events.trigger('comment:delete', filePath, comment, sourceId); |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * 触发打开评论输入框事件 |