We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96b89dd + c56ec34 commit c3b0ae5Copy full SHA for c3b0ae5
src/vs/workbench/contrib/terminal/browser/widgets/hoverWidget.ts
@@ -93,7 +93,7 @@ export class HoverWidget extends Widget {
93
const actionsElement = $('div.actions');
94
this._actions.forEach(action => this._renderAction(actionsElement, action));
95
statusBarElement.appendChild(actionsElement);
96
- this._domNode.appendChild(statusBarElement);
+ this._containerDomNode.appendChild(statusBarElement);
97
}
98
99
this._mouseTracker = new CompositeMouseTracker([this._containerDomNode, ..._target.targetElements]);
0 commit comments