implemented codemirror binding with cursor support

This commit is contained in:
Kevin Jahns
2018-12-21 13:51:38 +01:00
parent c0ba56a21f
commit 7f4ae9fe14
21 changed files with 338 additions and 30 deletions

View File

@@ -100,5 +100,8 @@
},
"optionalDependencies": {
"ws": "^6.1.0"
},
"dependencies": {
"codemirror": "^5.42.0"
}
}