Commit 4a70c1d
committed
π frontend: Fix editor buglets (#116)
* Highlight first, not last error token in line
* Fix empty/delete-all editor bug
This merges the following commits:
* frontend: Fix empty editor bug
* frontend: Highlight first, not last error in line
frontend/index.js | 4 +++-
frontend/module/yace-editor.js | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
Pull-Request: #1162 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments