Skip to content

Commit aba87f1

Browse files
committed
1 parent 97ce666 commit aba87f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/comments/browser/commentNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export class CommentNode extends Disposable {
166166
secondaryActions.push(...secondary);
167167
}
168168

169-
if (actions.length) {
169+
if (actions.length || secondaryActions.length) {
170170
this.toolbar = new ToolBar(this._actionsToolbarContainer, this.contextMenuService, {
171171
actionViewItemProvider: action => {
172172
if (action.id === ToggleReactionsAction.ID) {

0 commit comments

Comments
 (0)