Stop some missing propagation

This commit is contained in:
Vlyan
2021-01-05 17:49:38 +01:00
parent 5fb1fbb595
commit 6ef4dd3bde
7 changed files with 33 additions and 2 deletions

View File

@@ -272,6 +272,8 @@ export class DicePickerDialog extends FormApplication {
// Select Ring
html.find('input[name="approach"]').on("click", async (event) => {
event.preventDefault();
event.stopPropagation();
this.object.ring.id = event.target.dataset.ringid;
this.object.ring.value = event.target.value;
this.render(false);