Skip to content

Commit

Permalink
increase debounce time slightl
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed May 7, 2021
1 parent 4277ea6 commit 72d2a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CONST.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const CONST = {
HOMEPAGE_REPORTS_LOADED: 'homepage_reports_loaded',
SWITCH_REPORT: 'switch_report',
COLD: 'cold',
REPORT_ACTION_ITEM_LAYOUT_DEBOUNCE_TIME: 1000,
REPORT_ACTION_ITEM_LAYOUT_DEBOUNCE_TIME: 1500,
},
MESSAGES: {
// eslint-disable-next-line max-len
Expand Down

0 comments on commit 72d2a94

Please sign in to comment.