7 lines
141 B
Markdown
7 lines
141 B
Markdown
# kevisual codemirror
|
|
|
|
```ts
|
|
const editor = createEditorInstance(ref.current!, { typescript: false });
|
|
editor.dom.style.height = '100%';
|
|
```
|