Use shift instead of capslock for multiple line selection (#62)
Use shift instead of caplock for multiple line selection
This commit is contained in:
@ -153,7 +153,10 @@ function App() {
|
||||
>
|
||||
format
|
||||
</button> */}
|
||||
<div className="bg-red h-full w-full overflow-auto">
|
||||
<div
|
||||
className="bg-red h-full w-full overflow-auto"
|
||||
id="code-mirror-override"
|
||||
>
|
||||
<CodeMirror
|
||||
className="h-full"
|
||||
value={code}
|
||||
|
Reference in New Issue
Block a user