i18n-manager
i18n-manager copied to clipboard
Quickly written and saved string is cut
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!
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?!
Yes, it's not very urgent 👍