DFreds / dfreds-convenient-effects

A FoundryVTT module that adds easy to use toggleable active effects for any system.
MIT License
44 stars 37 forks source link

add handling for item card rolls with no .card-buttons element #309

Closed hwangeug closed 6 months ago

hwangeug commented 8 months ago

When using the quick roll functionality from Ready Set Roll, there is no .card-buttons element. Thus, even if the user has enabled the "Add Chat Buttons" option, the buttons will not be rendered. This change checks for the presence of the .card-buttons element, and inserts a blank element prior to adding the "Add Convenient Effect" button if there is no .card-buttons element.