Skip to content

Commit

Permalink
fix numbers appearing in red
Browse files Browse the repository at this point in the history
  • Loading branch information
abentkamp committed Dec 7, 2023
1 parent fb691d4 commit 314c834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Editor: React.FC<{setRestart?, onDidChangeContent?, value: string, theme:
console.log(`changed theme to ${theme}`)
})
}
}, [theme])
}, [theme, editor])

useEffect(() => {
const model = monaco.editor.createModel(value ?? '', 'lean4', uri)
Expand Down

0 comments on commit 314c834

Please sign in to comment.