javalent / dice-roller

Inline dice rolling for Obsidian.md
268 stars 28 forks source link

fix: Ensure dice roller pane displays even if autodisplay is set to sempty #242

Closed matthewturk closed 12 months ago

matthewturk commented 12 months ago

Pull Request Description

This follows on #234. After that PR, if the display properties were set to only display empty dice, the dice rolling pane wouldn't work, as it defaulted to not rolling when the dice view was added. This checks if the display property is set not to roll (when rolling in the dice pane) and it updates to actually do the roll. It should only impact the dice rolling view.

Changes Proposed