diff --git a/client/src/app/tabs/rpa/RPAEditor.js b/client/src/app/tabs/rpa/RPAEditor.js index 99964acc5..a2fc4a7e4 100644 --- a/client/src/app/tabs/rpa/RPAEditor.js +++ b/client/src/app/tabs/rpa/RPAEditor.js @@ -115,6 +115,11 @@ export class RPAEditor extends CachedComponent { value: this.props.xml }); + // Prevent scrolling + editor.editor.updateOptions({ + scrollBeyondLastLine: false + }); + this.setCached({ editor, lastXML: this.props.xml,