Skip to content

Commit

Permalink
Delete commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
RSeidelsohn authored Nov 14, 2023
1 parent 3690bc1 commit 78938d7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ class CustomerSatisfactionInput {

const eventTypes = ['click', 'keydown'];

// ['click', 'keydown'].forEach((eventType) => {
for (const eventType of eventTypes) {
this._submitButton.addEventListener(eventType, event => {
if (/Enter|Space/.test(event.key) || event.type === 'click') {
Expand Down

0 comments on commit 78938d7

Please sign in to comment.