mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +00:00
revert: remove editor paddingX from coding-agent
This commit is contained in:
parent
48ea444bc4
commit
1405e30492
2 changed files with 1 additions and 3 deletions
|
|
@ -241,7 +241,7 @@ export class InteractiveMode {
|
|||
this.statusContainer = new Container();
|
||||
this.widgetContainer = new Container();
|
||||
this.keybindings = KeybindingsManager.create();
|
||||
this.defaultEditor = new CustomEditor(this.ui, getEditorTheme(), this.keybindings, { paddingX: 1 });
|
||||
this.defaultEditor = new CustomEditor(this.ui, getEditorTheme(), this.keybindings);
|
||||
this.editor = this.defaultEditor;
|
||||
this.editorContainer = new Container();
|
||||
this.editorContainer.addChild(this.editor as Component);
|
||||
|
|
@ -1150,7 +1150,6 @@ export class InteractiveMode {
|
|||
this.hideExtensionEditor();
|
||||
resolve(undefined);
|
||||
},
|
||||
{ paddingX: 1 },
|
||||
);
|
||||
|
||||
this.editorContainer.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue