From dca7469974558941cb5f8c8b7767e609cc6f98e8 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 27 Mar 2024 17:16:38 +1100 Subject: [PATCH] fix: add focus trap to the selectionoverlay too --- ts/components/SessionWrapperModal.tsx | 11 ++-- .../ConversationHeaderSelectionOverlay.tsx | 52 +++++++++++-------- 2 files changed, 33 insertions(+), 30 deletions(-) diff --git a/ts/components/SessionWrapperModal.tsx b/ts/components/SessionWrapperModal.tsx index 48e53219c..f69d66c4d 100644 --- a/ts/components/SessionWrapperModal.tsx +++ b/ts/components/SessionWrapperModal.tsx @@ -63,19 +63,16 @@ export const SessionWrapperModal = (props: SessionWrapperModalType) => { } }; + const fallbackFocusId = 'session-wrapper-modal'; + return ( - +