Closed TheGiddyLimit closed 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"); }
sheet.minimize = () => { console.log("squashed minimize attempt"); }
Thanks for the report. Will fix at my next iteration of popout.
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"); }