From 0464324485e849e884ff92e8c3cd40792a03b701 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Wed, 23 Oct 2024 11:31:45 +0100 Subject: [PATCH] chore: `yarn format` --- .../js/src/common/components/AbstractSearch.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/framework/core/js/src/common/components/AbstractSearch.tsx b/framework/core/js/src/common/components/AbstractSearch.tsx index 69bc115c9..c7c40e9bc 100644 --- a/framework/core/js/src/common/components/AbstractSearch.tsx +++ b/framework/core/js/src/common/components/AbstractSearch.tsx @@ -96,10 +96,15 @@ export default abstract class AbstractSearch { - this.$('input').blur(); - setTimeout(() => openSearchModal(), 150); - }}> +
{ + this.$('input').blur(); + setTimeout(() => openSearchModal(), 150); + }} + >