Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load the notes from IndexedDB only once (#51)
This fixes a rare confition when a user keeps typing while the IndexedDB is saving the previous text. When the text is saved, liveQuery triggers a rerender which deletes whatever the user typed after IndexedDB started saving the notes.
- Loading branch information