League-of-Foundry-Developers / fvtt-module-popout

FVTT Module PopOut!
Other
29 stars 24 forks source link

DND5e: Popout dies when activating a spell with an AoE template attached #3

Closed TheGiddyLimit closed 4 years ago

TheGiddyLimit commented 4 years ago

As title. The sheet will attempt to minimize on clicking the spell, which does strange things to the popout.

Repro steps:

Suggested fix: Inject a new minimize method, e.g. sheet.minimize = () => { console.log("squashed minimize attempt"); }

kakaroto commented 4 years ago

Thanks for the report. Will fix at my next iteration of popout.