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

Multiple undos after opening a csv file with more than 500 rows #261

Open
kgoo124 opened this issue Aug 21, 2020 · 0 comments
Open

Multiple undos after opening a csv file with more than 500 rows #261

kgoo124 opened this issue Aug 21, 2020 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@kgoo124
Copy link
Member

kgoo124 commented Aug 21, 2020

Actual behavior
After opening a file, you can undo # of rows / 500 times

Expected behavior
After opening a file, you shouldn't be able to undo

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
This is because parseAsync() runs every 500 rows, so Litestore gets updated twice with an add rows update

@kgoo124 kgoo124 added the bug Something isn't working label Aug 21, 2020
@kgoo124 kgoo124 added this to the 1.0 milestone Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant