From 05cf886673553c9b217c2772d0628af8fde402a2 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Wed, 28 Jul 2021 15:40:40 -0700 Subject: [PATCH] Fixed device search clear button update, #2955 --- views/default-mobile.handlebars | 4 ++-- views/default.handlebars | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index c34cd1e3..4273b613 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -683,7 +683,7 @@
X -   +  
@@ -2672,7 +2672,7 @@ } function onDeviceSearchChanged(e) { - onSearchInputChanged(); + setTimeout(function () { onSearchInputChanged(); }, 10); } function clearSearchInput() { diff --git a/views/default.handlebars b/views/default.handlebars index 336390d0..c6d3ecad 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -266,7 +266,7 @@     -   +       -   +