Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for IndexError in delete_pair function
Fixed an issue where deleting the last image caused an IndexError. Now, the index is adjusted to stay within the range of available images after deletion.
- Loading branch information