MonsterBlocks
MonsterBlocks copied to clipboard
Module settings do not apply to actors in compendium
When trying to change module specific settings that effect flag values on actors stored within a compendium. These changes are not applied and throw the following error.
MonsterBlock5e.js:659 Uncaught TypeError: 'set' on proxy: trap returned falsish for property 'collapsed'
at HTMLAnchorElement.<anonymous> (MonsterBlock5e.js:659)
at HTMLAnchorElement.dispatch (jquery.min.js:2)
at HTMLAnchorElement.v.handle (jquery.min.js:2)
(anonymous) @ MonsterBlock5e.js:659
dispatch @ jquery.min.js:2
v.handle @ jquery.min.js:2
I was looking at this, and I'm wondering if it's because the values are just being set on the object vs object.update(), or object.setFlag()?