Skip to content

Commit 969373d

Browse files
committed
Add back removed codemirror id
1 parent fb2d393 commit 969373d

File tree

1 file changed

+6
-1
lines changed
  • app/javascript/components/bootcamp/JikiscriptExercisePage/CodeMirror

1 file changed

+6
-1
lines changed

app/javascript/components/bootcamp/JikiscriptExercisePage/CodeMirror/CodeMirror.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,12 @@ export const CodeMirror = forwardRef(function _CodeMirror(
321321

322322
return (
323323
<div className="editor-wrapper" style={style}>
324-
<div data-ci="codemirror-editor" className="editor" ref={setTextarea} />
324+
<div
325+
data-ci="codemirror-editor"
326+
id="bootcamp-cm-editor"
327+
className="editor"
328+
ref={setTextarea}
329+
/>
325330
</div>
326331
)
327332
})

0 commit comments

Comments
 (0)