Skip to content

Commit

Permalink
fix: fixed editor highlight stop bug (#462)
Browse files Browse the repository at this point in the history
* image fix, grammar fix

* fixed suggestions bug, some cleanup from old editor, svg edge case

* FIX: save a file with special characters

* DOCU: new community theme, multi cam setup

Signed-off-by: Eike Ahmels <[email protected]>

* FIX: editor highlight bug

Signed-off-by: Eike Ahmels <[email protected]>
  • Loading branch information
freasy authored Dec 9, 2021
1 parent 0bbab21 commit 648bbe5
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
147 changes: 73 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
},
"dependencies": {
"@codemirror/basic-setup": "^0.19.0",
"@codemirror/highlight": "^0.19.2",
"@codemirror/lang-javascript": "^0.19.1",
"@codemirror/language": "^0.19.7",
"@codemirror/highlight": "^0.19.6",
"@codemirror/lang-javascript": "^0.19.3",
"@codemirror/lang-json": "^0.19.1",
"@codemirror/legacy-modes": "^0.19.0",
"@codemirror/search": "^0.19.2",
"@codemirror/state": "^0.19.1",
"@codemirror/stream-parser": "^0.19.1",
"@codemirror/view": "^0.19.1",
"@codemirror/search": "^0.19.4",
"@codemirror/state": "^0.19.6",
"@codemirror/stream-parser": "^0.19.2",
"@codemirror/view": "^0.19.28",
"@sindarius/gcodeviewer": "^2.1.13",
"@types/overlayscrollbars": "^1.12.1",
"axios": "^0.21.2",
Expand Down

0 comments on commit 648bbe5

Please sign in to comment.