Skip to content

Commit 36c4129

Browse files
committed
add TODO
1 parent ea815f7 commit 36c4129

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

client/modules/IDE/components/Editor/codemirror.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ const INDENTATION_AMOUNT = 2;
3737

3838
emmet(CodeMirror);
3939

40-
/** This is a custom React hook that manages CodeMirror state. */
40+
/**
41+
* This is a custom React hook that manages CodeMirror state.
42+
* TODO(Connie Ye): Revisit the linting on file switch.
43+
*/
4144
export default function useCodeMirror({
4245
theme,
4346
lineNumbers,

0 commit comments

Comments
 (0)