We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lets say we want to delete the 5th item on the list (index 5)
ctrl+x
Not only will the 5th item not be deleted but the first item on the list with (index 1 ) will be deleted instead
The 5th item should be deleted and nothing else
The text was updated successfully, but these errors were encountered:
This issue has been fixed locally and will be pushed in the next update
Sorry, something went wrong.
Fixed in f74845e
No branches or pull requests
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)
ctrl+x
to delete the itemNot 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
The text was updated successfully, but these errors were encountered: