diff --git a/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx b/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx index 4681a142c3..9ac4fb5331 100644 --- a/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx +++ b/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx @@ -163,7 +163,7 @@ function CodeEditor({ ref={editor} /> - {isKeyboardFocused && ( + {isKeyboardFocused && !readOnly && (