You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i need to start with a high internalCount, because there are deleted elements in my collection. this.internalCount = this.$collection.children().length; is not working in my case, so it would be great to set this value as options in the construct.
The text was updated successfully, but these errors were encountered:
i need to start with a high internalCount, because there are deleted elements in my collection.
this.internalCount = this.$collection.children().length;
is not working in my case, so it would be great to set this value as options in the construct.The text was updated successfully, but these errors were encountered: