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

Commit 3da1304

Browse files
authored
Merge pull request #10909 from NejcZdovc/hotfix/#10908-bookmarkLocation
Fixes removal of bookmarkLocation cache when removing bookmark folder
2 parents 49d4cd9 + 10e4801 commit 3da1304

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)