Skip to content

Commit 3bb6b6b

Browse files
committed
CORE_1319
1 parent fd2bbbe commit 3bb6b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/content/highlights/components/CardWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function useFocusedHighlight(
134134
setShouldFocusCard(!cardIsFocused);
135135
}, [element, focusedHighlight]);
136136

137-
useKeyCombination({key: 'Enter'}, editOnEnter);
137+
useKeyCombination({key: 'Enter'}, editOnEnter, noopKeyCombinationHandler([container, element]));
138138
useKeyCombination(highlightKeyCombination, moveFocus, noopKeyCombinationHandler([container, element]));
139139
// Clear shouldFocusCard when focus is lost from the CardWrapper.
140140
// If we don't do this then card related for the focused highlight will be focused automatically.

0 commit comments

Comments
 (0)