Skip to content

Commit

Permalink
Merge pull request #16317 from Expensify/cmartins-debounceEscape
Browse files Browse the repository at this point in the history
Debounce escape to clear
  • Loading branch information
luacmartins authored Mar 22, 2023
2 parents 5d8a193 + 08a8687 commit 5531215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class ReportActionCompose extends React.Component {
return;
}

this.updateComment('');
this.updateComment('', true);
}, shortcutConfig.descriptionKey, shortcutConfig.modifiers, true);

this.setMaxLines();
Expand Down

0 comments on commit 5531215

Please sign in to comment.