Fix #92794. allow customize placeholder for input box

This commit is contained in:
rebornix
2020-04-27 16:12:58 -07:00
parent bfe0bb0e98
commit 0421b831ad
6 changed files with 60 additions and 4 deletions

View File

@@ -177,6 +177,10 @@ export class MainThreadCommentController {
this._reactions = reactions;
}
get options() {
return this._features.options;
}
private readonly _threads: Map<number, MainThreadCommentThread> = new Map<number, MainThreadCommentThread>();
public activeCommentThread?: MainThreadCommentThread;