This is an automated email from the ASF dual-hosted git repository.

voidmatcha pushed a commit to branch pr5339-rebase
in repository https://gitbox.apache.org/repos/asf/zeppelin.git

commit 4ee1f124a0c23db1969411ab8f6d571d28e4831a
Author: YONGJAE LEE <[email protected]>
AuthorDate: Sun Aug 23 16:06:34 2026 +0900

    Preserve editor focus for inline suggestions
---
 .../workspace/notebook/paragraph/code-editor/code-editor.component.ts   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/zeppelin-web-angular/src/app/pages/workspace/notebook/paragraph/code-editor/code-editor.component.ts
 
b/zeppelin-web-angular/src/app/pages/workspace/notebook/paragraph/code-editor/code-editor.component.ts
index d91d5f43ab..d97ac3f626 100644
--- 
a/zeppelin-web-angular/src/app/pages/workspace/notebook/paragraph/code-editor/code-editor.component.ts
+++ 
b/zeppelin-web-angular/src/app/pages/workspace/notebook/paragraph/code-editor/code-editor.component.ts
@@ -209,7 +209,7 @@ export class NotebookParagraphCodeEditorComponent
           document.activeElement.blur();
         }
       },
-      '!suggestWidgetVisible'
+      '!suggestWidgetVisible && !inlineSuggestionVisible'
     );
 
     this.updateEditorOptions(this.editor);

Reply via email to