From f831bf6b2132845d076ad89f404a1db5679134ea Mon Sep 17 00:00:00 2001 From: Matthew O'Gorman Date: Sun, 8 Sep 2024 23:24:56 -0400 Subject: [PATCH] default select first input box allows for you to quickly fill form or hit enter to autoroll --- templates/godice-resolver.hbs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/godice-resolver.hbs b/templates/godice-resolver.hbs index a98ec87..b6d4f26 100644 --- a/templates/godice-resolver.hbs +++ b/templates/godice-resolver.hbs @@ -13,18 +13,18 @@
- {{#each terms}} + {{#each terms as |term i|}}
- {{#if this.faces}} - {{#if this.image}} - d{{this.faces}} + {{#if term.faces}} + {{#if term.image}} + d{{term.faces}} {{else}} - + {{/if}} -

d{{this.faces}}

+

d{{term.faces}}

{{/if}} -
{{/each}}