You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When used with PDF Pager, an explicit page passed in the options to the render function (options.anchor="page=12") are being overwritten by the stored anchor on the page.
The mergeObject call in renderSubSheet might benefit from having a third parameter , {overwrite:false} so that supplied options are preferred over stored options.
Certainly with the above third parameter the selected PDF page is correctly displayed in the embedded journal entry.
Describe the bug
When used with PDF Pager, an explicit page passed in the options to the render function (options.anchor="page=12") are being overwritten by the stored anchor on the page.
The mergeObject call in renderSubSheet might benefit from having a third parameter
, {overwrite:false}
so that supplied options are preferred over stored options.Certainly with the above third parameter the selected PDF page is correctly displayed in the embedded journal entry.
The suggestion is to change:
to
To Reproduce
Steps to reproduce the behavior:
@UUID
to look like@UUID[longidname#page=12]{label]
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete as much of the following information as possible:
Find the Culprit
to make sure it isn't a module interaction.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: