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

[Inline mode] Fix a bug with multiple updates for the inline comment. #551

Merged
merged 2 commits into from
Apr 1, 2018

Conversation

sunshinejr
Copy link
Member

So this one was rather a problem with my experience in Javascript 😅 Seem like using delete array[index] deletes the object, but it still exists in the array with undefined as a value 😮 TIL

Replaced it with the splice method. And wrote a test as well 😉

@orta orta merged commit 2418999 into master Apr 1, 2018
@orta orta deleted the inline_mode_fix_2 branch April 1, 2018 12:07
@sunshinejr sunshinejr changed the title Fix a bug with multiple updates for the inline comment [Inline mode] Fix a bug with multiple updates for the inline comment. Apr 2, 2018
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.

2 participants