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

Commit

Permalink
Merge pull request #10909 from NejcZdovc/hotfix/#10908-bookmarkLocation
Browse files Browse the repository at this point in the history
Fixes removal of bookmarkLocation cache when removing bookmark folder
  • Loading branch information
NejcZdovc authored Sep 12, 2017
2 parents 49d4cd9 + 10e4801 commit 3da1304
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/common/state/bookmarksState.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ const bookmarksState = {
if (syncEnabled) {
removedBookmarks.push(bookmark.toJS())
}

state = bookmarkLocationCache.removeCacheKey(state, bookmark.get('location'), bookmark.get('key'))
return false
})

Expand Down

0 comments on commit 3da1304

Please sign in to comment.