Merge branch 'master' of github.com:y-js/yjs
This commit is contained in:
@@ -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++]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user