提交 aba87f13 编写于 作者: P Peng Lyu

Fix #75647

上级 97ce6669
......@@ -166,7 +166,7 @@ export class CommentNode extends Disposable {
secondaryActions.push(...secondary);
}
if (actions.length) {
if (actions.length || secondaryActions.length) {
this.toolbar = new ToolBar(this._actionsToolbarContainer, this.contextMenuService, {
actionViewItemProvider: action => {
if (action.id === ToggleReactionsAction.ID) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册