Skip to content

Conversation

@bman654
Copy link
Contributor

@bman654 bman654 commented Jul 19, 2025

I had 646 images in my list and noticed the last 33 or so were not being shown. Caused by a bug where 2x chunkSize were being removed from list instead of 1x chunkSize (splice removes the first chunkSize, then slice removed another chunkSize)

@mcmonkey4eva mcmonkey4eva merged commit abfa807 into mcmonkeyprojects:master Jul 24, 2025
@mcmonkey4eva
Copy link
Member

Good catch! splice modifying the original array and slice not doing that must've gotten mixed up

FreesoSaiFared pushed a commit to FreesoSaiFared/SwarmUI that referenced this pull request Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants