Closed Algor0113 closed 3 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.
Method: foundry.js line 86281 _onDiceRollClick
listener: foundry.js line 88857 html.on("click", ".dice-roll", this._onDiceRollClick.bind(this));
... 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.