Merge pull request #936 from Perlence/fix/extension-editor-padding-x
fix(coding-agent): propagate paddingX to custom editors
This commit is contained in:
@@ -62,4 +62,7 @@ export interface EditorComponent extends Component {
|
||||
|
||||
/** Border color function */
|
||||
borderColor?: (str: string) => string;
|
||||
|
||||
/** Set horizontal padding */
|
||||
setPaddingX?(padding: number): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user