Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting a fuzzy filtered entry, deletes the wrong entry #7

Closed
Achno opened this issue Sep 8, 2024 · 2 comments
Closed

Deleting a fuzzy filtered entry, deletes the wrong entry #7

Achno opened this issue Sep 8, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Achno
Copy link
Owner

Achno commented Sep 8, 2024

Describe the problem

Deleting a fuzzy filtered entry, deletes the wrong entry

Steps to reproduce

Lets say we want to delete the 5th item on the list (index 5)

  1. Fuzzy search the 5th item, make sure its the first entry (index 1) and click enter
  2. Once in the applied filter stage hit ctrl+x to delete the item

Not only will the 5th item not be deleted but the first item on the list with (index 1 ) will be deleted instead

What should be expected

The 5th item should be deleted and nothing else

@Achno Achno added the bug Something isn't working label Sep 8, 2024
@Achno
Copy link
Owner Author

Achno commented Sep 8, 2024

This issue has been fixed locally and will be pushed in the next update

@Achno
Copy link
Owner Author

Achno commented Sep 10, 2024

Fixed in f74845e

@Achno Achno closed this as completed Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant