Commit 18319b5
committed
refactor: replace hand-rolled script editor with CodeMirror 6
The custom textarea + line-gutter implementation had a CSS bug where
content was invisible when opening the modal. Replace with CodeMirror 6
which provides line numbers, shell syntax highlighting, tab handling,
and dark/light theme support out of the box.1 parent def6fb1 commit 18319b5
File tree
4 files changed
+381
-111
lines changed- src/lib/components
4 files changed
+381
-111
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
0 commit comments