tbonelee commented on code in PR #5057: URL: https://github.com/apache/zeppelin/pull/5057#discussion_r2319235748
########## zeppelin-web-angular/src/app/pages/workspace/notebook/paragraph/code-editor/code-editor.component.ts: ########## @@ -225,6 +253,10 @@ export class NotebookParagraphCodeEditorComponent implements OnChanges, OnDestro } } if (focus) { + if (!focus.currentValue && this.editor) { + this.position = this.editor.getPosition(); + return; + } Review Comment: I checked, and it works after the change 👍 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org