Skip to content

Commit

Permalink
Deselect images on submit
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartlynn committed Dec 19, 2024
1 parent da7ac8b commit d4b5b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maptcha/src/maptcha-grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class MaptchaGrid extends LitElement {
bubbles: true,
composed: true
});
this.selectedIndexes=[]
this.dispatchEvent(event);
}

Expand Down

0 comments on commit d4b5b3f

Please sign in to comment.