From dd069d3a026978d5d1b02993603bf29f97120494 Mon Sep 17 00:00:00 2001 From: kseniyakuzina Date: Tue, 21 Nov 2023 12:44:05 +0300 Subject: [PATCH] feat(HotkeysPanel): add clear button for the search input --- src/components/HotkeysPanel/HotkeysPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/HotkeysPanel/HotkeysPanel.tsx b/src/components/HotkeysPanel/HotkeysPanel.tsx index 89b060a..4851be3 100644 --- a/src/components/HotkeysPanel/HotkeysPanel.tsx +++ b/src/components/HotkeysPanel/HotkeysPanel.tsx @@ -68,6 +68,7 @@ export function HotkeysPanel({ placeholder={filterPlaceholder} autoFocus className={b('search')} + hasClear /> className={b('list')}