Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Quickly written and saved string is cut #379

Open
Androz2091 opened this issue Apr 20, 2020 · 2 comments
Open

Quickly written and saved string is cut #379

Androz2091 opened this issue Apr 20, 2020 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@Androz2091
Copy link

Hello,

Sometimes when I write a key content very quickly and use CMD+S just after, it doesn't keep all the string content. For example:

I wrote: This is very nice!
I save with CMD+S very fast
My string is cut and only This is very nic is kept.

If you can't reproduce this problem, I will be able to send you a GIF this evening!

@gilmarsquinelato
Copy link
Owner

This behaviour is due to a debounce process to send the changes to the store.
The solution can be to make the Save process be debounced as well, so it will wait for a bit of time before saving.

Since it's a minor bug, we can release it on v3.1.0 ok?!

@gilmarsquinelato gilmarsquinelato added this to the 3.1.0 milestone Apr 20, 2020
@gilmarsquinelato gilmarsquinelato added the bug Something isn't working label Apr 20, 2020
@Androz2091
Copy link
Author

Yes, it's not very urgent 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants