From 6f7a717664fb064ea29bf961a88278525fb3a1c3 Mon Sep 17 00:00:00 2001 From: "Keith J. Grant" Date: Tue, 9 Mar 2021 15:00:18 -0800 Subject: [PATCH] hide CodeEditor touch controls menu --- awx/ui_next/src/components/CodeEditor/CodeEditor.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx b/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx index e32a370475..c4985e1047 100644 --- a/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx +++ b/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx @@ -33,6 +33,10 @@ const AceEditor = styled(ReactAce)` padding-bottom: 4px; } + & .ace_mobile-menu { + display: none; + } + ${props => props.hasErrors && `