Iris
Iris copied to clipboard
Fix selection ordering
Closes #861
I also updated package-lock.json, because it was desynchronized for some reason, and added /build/
to .gitignore, as pip install --user .
creates that directory.
Can you please split this into separate PRs? Dependency upgrades really need to be in their own PR, otherwise things get very muddy very quickly. The fix for #861 looks good though, so if you can get this split out today I can merge it in for the next release.
I removed the package-lock.json changes