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

Change behavior of how DELETE action works #503

Open
ykevu opened this issue Jul 26, 2023 · 0 comments
Open

Change behavior of how DELETE action works #503

ykevu opened this issue Jul 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ykevu
Copy link
Collaborator

ykevu commented Jul 26, 2023

When a cell is deleted, the cell is deleted from the cells.json array, but the value in the labeledArray does not change. This has resulted in a number of visual bugs, such as those that make it appear like deleted cells are still there; the bugs are, to my knowledge, mostly fixed, but future bugs and the kind of weird workarounds can be prevented if this behavior is fixed. Note that there is a bit of nuance since if that cell overlaps with another cell, deleting it should not make all values go to 0; there needs to be checks for this sort of case.

@ykevu ykevu added the enhancement New feature or request label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant