We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56164a commit ebfccf7Copy full SHA for ebfccf7
1 file changed
src/pages/home/report/ContextMenu/BaseReportActionContextMenu.tsx
@@ -324,7 +324,7 @@ function BaseReportActionContextMenu({
324
325
return (
326
(isVisible || shouldKeepOpen || !isMini) && (
327
- <FocusTrapForModal active={!isMini && !isSmallScreenWidth}>
+ <FocusTrapForModal active={!isMini && !isSmallScreenWidth && (isVisible || shouldKeepOpen)}>
328
<View
329
ref={contentRef}
330
style={wrapperStyle}
0 commit comments