diff --git a/structs/Item.js b/structs/Item.js index e1887d5f..d704cffb 100644 --- a/structs/Item.js +++ b/structs/Item.js @@ -441,7 +441,7 @@ export class Item { } } // adjust the length of parent - if (parent.length !== undefined && this._countable) { + if (parentSub === null && parent.length !== undefined && this._countable) { parent.length += this._length } if (parent._deleted) {