Skip to content

Commit

Permalink
fix: Update render.jsx to fix zotero in Edit mode - refs #282898
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 authored Jan 31, 2025
1 parent 963a698 commit e84f0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/render.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const FootnoteElement = (props) => {
>
<List.Content>
<List.Description>
{renderTextWithLinks(footnoteText)}
{renderTextWithLinks(footnoteText, zoteroId)}
</List.Description>
</List.Content>
</List.Item>
Expand All @@ -219,7 +219,7 @@ export const FootnoteElement = (props) => {
>
<List.Content>
<List.Description>
{renderTextWithLinks(item.footnote)}
{renderTextWithLinks(item.footnote, item.zoteroId)}
</List.Description>
</List.Content>
</List.Item>
Expand Down

0 comments on commit e84f0e3

Please sign in to comment.