Skip to content

Commit

Permalink
added todos
Browse files Browse the repository at this point in the history
  • Loading branch information
acidtone committed Jul 23, 2022
1 parent 133b6c4 commit 491d19c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/app.js
Expand Up @@ -78,6 +78,7 @@ const init = () => {

rollCount++;

// TODO: Figure out how the interface should work when roll limit is reached. Currently there is an action required to resolve the dice. Auto-resolve makes it more difficult to see what the last dice roll was.
if (rollCount <= 3) {
let listItems = '';
rollResults.forEach(function(item){
Expand Down

0 comments on commit 491d19c

Please sign in to comment.