7 ms·
I don't know if I'm just imagining it, but typing feels a little laggy. Could it be because it's saving to local storage after every keyup? I made it save eve
by AskHugo 14y ago
I don't know if I'm just imagining it, but typing feels a little laggy.
Could it be because it's saving to local storage after every keyup?
I made it save every 2 seconds with setInterval() and it feels a little smoother.
- 19_ploT 14y agoThanks for the suggestion, it works good now.