hunkim98 / dotting

Dotting is a pixel art editor component library for react
https://hunkim98.github.io/dotting/
MIT License
43 stars 12 forks source link

Fix error when deleting grid indices of nonexistent rowIndex or columnIndex #67

Closed hunkim98 closed 1 year ago

hunkim98 commented 1 year ago

Currently, if the user deletes a rowIndex or a columnIndex that does not exist inside the current grid indices, an error is raised. We should fix delteGridIndices to just ignore the deletions of nonexistent row indices or column indices

hunkim98 commented 1 year ago

Closing this issue since the PR was merged