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

Removing files out of order deletes unintended file / folder name in watch list #46

Closed
mreishman opened this issue Mar 22, 2017 · 0 comments

Comments

@mreishman
Copy link
Owner

mreishman commented Mar 22, 2017

i.e. removing file 5 of 6 removes 6 when saved.

Fix: Update 6 to 5 when 5 is deleted

When number x is deleted, check if x is = to max num
if less than max num, update numbers from x to max number by -1, updating next number with -1 and total number with -1.

@mreishman mreishman added this to the 2.0.3 milestone Mar 22, 2017
@mreishman mreishman self-assigned this Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant