Skip to content

Commit

Permalink
remove extra check from primaryLinkElement click on Row
Browse files Browse the repository at this point in the history
  • Loading branch information
sydturn committed Mar 21, 2024
1 parent c387c38 commit bd74315
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const Row = memo(function Row({
return;
}

if (primaryLinkElement.current && !selectMode && selectable) {
if (primaryLinkElement.current && !selectMode) {
isNavigating.current = true;
const {ctrlKey, metaKey} = event.nativeEvent;

Expand Down

0 comments on commit bd74315

Please sign in to comment.