Merge branch 'master' of github.com:y-js/yjs

This commit is contained in:
Kevin Jahns
2019-01-29 00:55:22 +01:00
2 changed files with 17 additions and 0 deletions

View File

@@ -197,6 +197,7 @@ export class YArray extends Type {
let content
if (this._item instanceof Type) {
content = this._item
this._item = this._item._right
} else {
content = this._item._content[this._itemElement++]
}