farling42 / fvtt-pdf-pager

PDF Pager for Foundry
MIT License
6 stars 4 forks source link

Get working with Monk's Enhanced Journal #43

Closed farling42 closed 1 year ago

farling42 commented 1 year ago

Choosing a specific page isn't working properly.

Monk's Enhanced Journal is changing the options.anchor back to the "page=32" even though the original render is called with "page=23"

enhanced-journal.js:
 async renderSubSheet(options = {}) {
 ...
options = mergeObject(options, game.user.getFlag("monks-enhanced-journal", `pagestate.${this.object.id}`) || {});

Before the mergeObject line the options.anchor is correct, but afterwards it has changed.

farling42 commented 1 year ago

See https://github.com/ironmonk88/monks-enhanced-journal/issues/451

farling42 commented 1 year ago

Should be fixed in latest MEJ