Skip to content

Fix for incorrect row removal with function#223

Closed
jalada wants to merge 1 commit into
misoproject:masterfrom
jalada:master
Closed

Fix for incorrect row removal with function#223
jalada wants to merge 1 commit into
misoproject:masterfrom
jalada:master

Conversation

@jalada

@jalada jalada commented Jul 14, 2014

Copy link
Copy Markdown

When more than one row was removed, sometimes the wrong row would be removed due to the direction of removal (first to last rather than last to first).

This is related to #210, but that solution involved reversing the array of rows to remove, which doesn't seem very performant. This solution unshifts the row indices so they're in the right order to begin with. I wrote a similar corresponding test which fails without this fix.

When more than one row was removed, sometimes the wrong row would be
removed due to the direction of removal (first to last rather than last
to first).
@jalada

jalada commented Jan 26, 2021

Copy link
Copy Markdown
Author

👋🏻 from 2021!

@jalada jalada closed this Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant