mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-20 15:19:54 +01:00
set supportsSplitEditor, fixes #5881
This commit is contained in:
@@ -225,6 +225,10 @@ export class HtmlPreviewPart extends BaseEditor {
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
public supportsSplitEditor(): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
public createEditor(parent: Builder): void {
|
||||
this._container = document.createElement('div');
|
||||
parent.getHTMLElement().appendChild(this._container);
|
||||
|
||||
Reference in New Issue
Block a user