From c4164e09c5e2a4bed71bee9fa3b791fad1220ad2 Mon Sep 17 00:00:00 2001 From: theborakompanioni Date: Wed, 20 Dec 2023 14:32:26 +0100 Subject: [PATCH] fix(ui): close jar details modal on key escape --- src/components/MainWalletView.tsx | 2 +- src/components/jar_details/JarDetailsOverlay.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/MainWalletView.tsx b/src/components/MainWalletView.tsx index f4596c38a..4b636c310 100644 --- a/src/components/MainWalletView.tsx +++ b/src/components/MainWalletView.tsx @@ -134,7 +134,7 @@ export default function MainWalletView({ wallet }: MainWalletViewProps) { )} - {currentWalletInfo && jars && isAccountOverlayShown && ( + {currentWalletInfo && jars && ( { className={`offcanvas-fullscreen ${styles.overlayContainer}`} show={props.isShown} onHide={props.onHide} - keyboard={false} placement="bottom" >