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

@@ -162,7 +162,6 @@ export const peekVarUint = decoder => {
return s
}
/**
* Read string of variable length
* * varUint is used to store the length of the string
@@ -204,4 +203,3 @@ export const peekVarString = decoder => {
decoder.pos = pos
return s
}