We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea815f7 commit 36c4129Copy full SHA for 36c4129
client/modules/IDE/components/Editor/codemirror.js
@@ -37,7 +37,10 @@ const INDENTATION_AMOUNT = 2;
37
38
emmet(CodeMirror);
39
40
-/** This is a custom React hook that manages CodeMirror state. */
+/**
41
+ * This is a custom React hook that manages CodeMirror state.
42
+ * TODO(Connie Ye): Revisit the linting on file switch.
43
+ */
44
export default function useCodeMirror({
45
theme,
46
lineNumbers,
0 commit comments