Y.Array.length should be 0 before it is integrated - #666

This commit is contained in:
Kevin Jahns 2024-09-26 19:30:25 +02:00
parent 9e9f294009
commit 8cd1a482bb

View File

@ -104,7 +104,7 @@ export class YArray extends AbstractType {
}
get length () {
return this._prelimContent === null ? this._length : this._prelimContent.length
return this._length
}
/**