We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b63d31 commit 02a3cf3Copy full SHA for 02a3cf3
1 file changed
src/vs/workbench/contrib/comments/browser/commentThreadWidget.ts
@@ -339,12 +339,6 @@ export class ReviewZoneWidget extends ZoneWidget implements ICommentThreadWidget
339
this._commentElements = newCommentNodeList;
340
this.createThreadLabel();
341
342
- if (this._formActions && this._commentEditor.hasModel()) {
343
- dom.clearNode(this._formActions);
344
- const model = this._commentEditor.getModel();
345
- this.createCommentWidgetActions(this._formActions, model);
346
- }
347
-
348
// Move comment glyph widget and show position if the line has changed.
349
const lineNumber = this._commentThread.range.startLineNumber;
350
let shouldMoveWidget = false;
0 commit comments