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 #13103 from NejcZdovc/hotfix/#13102-disappear
Browse files Browse the repository at this point in the history
Fixes disappearing publishers
  • Loading branch information
bsclifton committed Feb 12, 2018
1 parent 6cd3cca commit 1b6323b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/browser/api/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,10 @@ const pageDataChanged = (state, viewData = {}, keepInfo = false) => {
publisherKey = null
}

if (publisherKey) {
publisher = ledgerState.getPublisher(state, publisherKey)
}

state = ledgerState.setLocationProp(state, info.get('key'), 'publisher', publisherKey)
}

Expand Down

0 comments on commit 1b6323b

Please sign in to comment.