mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
@@ -93,7 +93,7 @@ export class HoverWidget extends Widget {
|
||||
const actionsElement = $('div.actions');
|
||||
this._actions.forEach(action => this._renderAction(actionsElement, action));
|
||||
statusBarElement.appendChild(actionsElement);
|
||||
this._domNode.appendChild(statusBarElement);
|
||||
this._containerDomNode.appendChild(statusBarElement);
|
||||
}
|
||||
|
||||
this._mouseTracker = new CompositeMouseTracker([this._containerDomNode, ..._target.targetElements]);
|
||||
|
||||
Reference in New Issue
Block a user