We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ce666 commit aba87f1Copy full SHA for aba87f1
1 file changed
src/vs/workbench/contrib/comments/browser/commentNode.ts
@@ -166,7 +166,7 @@ export class CommentNode extends Disposable {
166
secondaryActions.push(...secondary);
167
}
168
169
- if (actions.length) {
+ if (actions.length || secondaryActions.length) {
170
this.toolbar = new ToolBar(this._actionsToolbarContainer, this.contextMenuService, {
171
actionViewItemProvider: action => {
172
if (action.id === ToggleReactionsAction.ID) {
0 commit comments