i18n-manager icon indicating copy to clipboard operation
i18n-manager copied to clipboard

Quickly written and saved string is cut

Open Androz2091 opened this issue 4 years ago • 2 comments

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!

Androz2091 avatar Apr 20 '20 11:04 Androz2091

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 avatar Apr 20 '20 12:04 gilmarsquinelato

Yes, it's not very urgent 👍

Androz2091 avatar Apr 20 '20 12:04 Androz2091