big cleanup
This commit is contained in:
parent
daa44f9911
commit
864ded959a
161 changed files with 2918 additions and 5749 deletions
|
@ -32,7 +32,7 @@ export default function CodeEditor({
|
|||
onChange,
|
||||
onSave,
|
||||
onKey,
|
||||
}: Props) {
|
||||
}: Props): JSX.Element {
|
||||
const { theme } = useTheme()
|
||||
const rEditor = useRef<IMonacoEditor>(null)
|
||||
const rMonaco = useRef<IMonaco>(null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue