Merge pull request #6151 from overleaf/jpa-jel-ta-spelling-client-cache

[misc] filter out saved words from users dict client side

GitOrigin-RevId: 01b496c60d25954c8e65a71c06fd90a6c428a698
This commit is contained in:
Jakob Ackermann
2022-01-04 11:07:10 +00:00
committed by Copybot
parent 847795e10f
commit 17eb841b31
8 changed files with 66 additions and 6 deletions
@@ -193,6 +193,9 @@ describe('ProjectController', function () {
hooks: { fire: sinon.stub().yields(null, []) },
},
'../Helpers/NewLogsUI': this.NewLogsUIHelper,
'../Spelling/SpellingHandler': {
getUserDictionaryWithRetries: sinon.stub().yields(null, []),
},
},
})