revert editor changes and disable transformations

This commit is contained in:
Sandeep Somavarapu
2023-01-05 15:08:53 +01:00
parent 56deb32796
commit 8a9f56cc6f
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -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>;