1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Chore: Desktop: Editor: Don't update the global Redux state on cursor motion (#13580)

This commit is contained in:
Henry Heino
2025-11-15 01:16:36 -08:00
committed by GitHub
parent 3dca34952b
commit b9b07790d7
11 changed files with 107 additions and 93 deletions

View File

@@ -38,7 +38,7 @@ describe('NoteListUtils', () => {
const mockStore = {
getState: () => {
return {
...createAppDefaultWindowState(null),
...createAppDefaultWindowState(),
settings: {},
};
},