Skip to content

Commit

Permalink
fix: bookmark star disappears
Browse files Browse the repository at this point in the history
  • Loading branch information
le-jeu committed Dec 24, 2024
1 parent 560b0e4 commit fb0df9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/bookmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,7 @@ var setup = function () {
}

window.addHook('portalSelected', window.plugin.bookmarks.onPortalSelected);
window.addHook('portalDetailsUpdated', window.plugin.bookmarks.onPortalSelected);
window.addHook('search', window.plugin.bookmarks.onSearch);

// Sync
Expand Down

0 comments on commit fb0df9a

Please sign in to comment.