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
I use an object to store the data I need to cache. When an input box loses focus, the corresponding method is triggered over time to save the data in localstorage.js. Is a set of lists, when pressing the enter key, data can be synchronized, when only lose focus, localstorage.js data has changed, but not synchronized to localStorage.
I use an object to store the data I need to cache. When an input box loses focus, the corresponding method is triggered over time to save the data in localstorage.js. Is a set of lists, when pressing the enter key, data can be synchronized, when only lose focus, localstorage.js data has changed, but not synchronized to localStorage.
localStorage.js
Method over time when the focus is lost:
I don't understand why this is happening. I think it's the plugin itself
The text was updated successfully, but these errors were encountered: