switch to the next item in YArray's iterator after processing a Type item
This commit is contained in:
@@ -189,6 +189,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