Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Blob UI: Disable return to target logic in blame popover UI #43353

Merged
merged 1 commit into from
Oct 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions client/web/src/repo/blob/BlameDecoration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export const BlameDecoration: React.FunctionComponent<{
targetPadding={createRectangle(0, 0, 8, 8)}
position={Position.topStart}
focusLocked={false}
returnTargetFocus={false}
onMouseEnter={resetAllTimeouts}
onMouseLeave={close}
className={styles.popoverContent}
Expand Down