mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 07:44:33 +01:00
💄
This commit is contained in:
@@ -316,7 +316,6 @@ export class ViewPaneContainer extends Component implements IViewPaneContainer {
|
||||
}
|
||||
|
||||
create(parent: HTMLElement): void {
|
||||
// super.create(parent);
|
||||
this.paneview = this._register(new PaneView(parent, this.options));
|
||||
this._register(this.paneview.onDidDrop(({ from, to }) => this.movePane(from as ViewPane, to as ViewPane)));
|
||||
this._register(addDisposableListener(parent, EventType.CONTEXT_MENU, (e: MouseEvent) => this.showContextMenu(new StandardMouseEvent(e))));
|
||||
|
||||
Reference in New Issue
Block a user