Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit 10e4801

Browse files
committed
Fixes removal of bookmarkLocation cache when removin bookmark folder
Resolves #10908 Auditors: Test Plan:
1 parent 78859db commit 10e4801

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/common/state/bookmarksState.js

+2
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ const bookmarksState = {
216216
if (syncEnabled) {
217217
removedBookmarks.push(bookmark.toJS())
218218
}
219+
220+
state = bookmarkLocationCache.removeCacheKey(state, bookmark.get('location'), bookmark.get('key'))
219221
return false
220222
})
221223

0 commit comments

Comments
 (0)