Skip to content

Commit

Permalink
limited refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Mar 2, 2025
1 parent e780e9b commit 95bb924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/better-bibtex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ export class BetterBibTeX {
})

Events.on('items-changed', () => {
if (rowID) Zotero.debug('Zotero.ItemPaneManager.refreshInfoRow(rowID)')
if (rowID) Zotero.ItemPaneManager.refreshInfoRow(rowID)
// eslint-disable-next-line no-underscore-dangle
if (!columnDataKey) return
const azp = Zotero.getActiveZoteroPane()
Expand Down

0 comments on commit 95bb924

Please sign in to comment.