Describe the bug
If you try to make editable Monaco editor with lines.
This will show lines but the editor becomes uneditable:
```cpp {monaco, lines: true}
This will not show lines:
```cpp {monaco} {lines: true}
Environment
- Slidev version: v52.16.0
- Browser: Chrome
- OS: MacOS
Describe the bug
If you try to make editable Monaco editor with lines.
This will show lines but the editor becomes uneditable:
This will not show lines:
Environment