mirror of
https://github.com/yjs/yjs.git
synced 2026-02-24 04:01:14 +01:00
implemented codemirror binding with cursor support
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user