From a85cf39e8dc4a28c11a41b4ed3172a023e910ae8 Mon Sep 17 00:00:00 2001 From: Rushat Gabhane Date: Thu, 29 Jul 2021 22:27:15 +0300 Subject: [PATCH] reduce debounce time to 75ms --- src/pages/SearchPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/SearchPage.js b/src/pages/SearchPage.js index 7244c9460a34..03b6679deab4 100755 --- a/src/pages/SearchPage.js +++ b/src/pages/SearchPage.js @@ -66,7 +66,7 @@ class SearchPage extends Component { this.selectReport = this.selectReport.bind(this); this.onChangeText = this.onChangeText.bind(this); - this.debouncedUpdateOptions = _.debounce(this.updateOptions.bind(this), 300); + this.debouncedUpdateOptions = _.debounce(this.updateOptions.bind(this), 75); const { recentReports,