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
Describe the bug
Typing in the fields like "Description" in the blog's metadata results in instant updates to the file's content. At the same time the field is not very responsive and sometimes "eats" characters when typing fast.
To Reproduce
Steps to reproduce the behavior:
Create blog post, assure the schema and metadata allow for inputting in the description field in the sidebar's "Metadata" section
Type very fast (e.g. move your finger very quickly over "qwertyuiop")
See that some characters were eaten during typing
Expected behavior
The text should be input as user typed.
Possible solution
Add debounce, for example for 300ms (or longer), to the text inputs after which you will update the text file. It is possible that longer markdown files can produce even more lag (updates to frontmatter in them can be time consuming), so maybe you should stress test it against some longer blog posts.
Screenshots
input-error.mp4
Desktop (please complete the following information):
Describe the bug
Typing in the fields like "Description" in the blog's metadata results in instant updates to the file's content. At the same time the field is not very responsive and sometimes "eats" characters when typing fast.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text should be input as user typed.
Possible solution
Add debounce, for example for 300ms (or longer), to the text inputs after which you will update the text file. It is possible that longer markdown files can produce even more lag (updates to frontmatter in them can be time consuming), so maybe you should stress test it against some longer blog posts.
Screenshots
input-error.mp4
Desktop (please complete the following information):
v9.5.7489259