mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-23 06:33:26 +01:00
revert editor changes and disable transformations
This commit is contained in:
@@ -215,7 +215,6 @@ export class View extends ViewEventHandler {
|
||||
|
||||
if (overflowWidgetsDomNode) {
|
||||
overflowWidgetsDomNode.appendChild(this._contentWidgets.overflowingContentWidgetsDomNode.domNode);
|
||||
overflowWidgetsDomNode.appendChild(this._overlayWidgets.getDomNode().domNode);
|
||||
} else {
|
||||
this.domNode.appendChild(this._contentWidgets.overflowingContentWidgetsDomNode);
|
||||
}
|
||||
|
||||
@@ -485,6 +485,7 @@ export class KeybindingsEditor extends EditorPane implements IKeybindingsEditorP
|
||||
multipleSelectionSupport: false,
|
||||
setRowLineHeight: false,
|
||||
openOnSingleClick: false,
|
||||
transformOptimization: false // disable transform optimization as it causes the editor overflow widgets to be mispositioned
|
||||
}
|
||||
)) as WorkbenchTable<IKeybindingItemEntry>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user