You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
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?!
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 fastMy 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!
The text was updated successfully, but these errors were encountered: