Use shift instead of capslock for multiple line selection (#62)

Use shift instead of caplock for multiple line selection
This commit is contained in:
Kurt Hutten
2023-03-15 19:03:55 +11:00
committed by GitHub
parent d31ff80a19
commit 0868eaa0f7
4 changed files with 18 additions and 6 deletions

View File

@ -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}