gmmatt / torgeternity

Torg Eternity System for Foundry VTT
Other
16 stars 7 forks source link

Clicking rendered dice in chatcards #334

Closed Algor0113 closed 3 months ago

Algor0113 commented 9 months ago

... hides them.

There seems to be an event listener/ method in core foundry, selecting the class(es) and setting the div/section to height: 0.

To my understanding we gotta just extend that method, telling to return before doing this effect.

Algor0113 commented 8 months ago

Method:
foundry.js line 86281 _onDiceRollClick

listener: foundry.js line 88857 html.on("click", ".dice-roll", this._onDiceRollClick.bind(this));