Fix spaces in code step + suggestion overflow (#17664)

- fixedOverflowWidgets fixes the suggestions being overflow outside the
editor
- on focus, stop event propagation to avoid catching spaces as document
level events
This commit is contained in:
Thomas Trompette
2026-02-03 13:36:51 +01:00
committed by GitHub
parent 65678ed99f
commit 99aab9f40d
2 changed files with 18 additions and 3 deletions
@@ -443,6 +443,7 @@ export const WorkflowEditActionCode = ({
scrollBeyondLastLine: false,
padding: { top: 4, bottom: 4 },
lineNumbersMinChars: 2,
fixedOverflowWidgets: true,
}}
readonly={actionOptions.readonly}
onEnterFullScreen={handleEnterFullScreen}