Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Nov 6, 2023
1 parent e4bc88d commit b247c89
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ const DetailView: React.FC<IDetailView> = () => {
}
tabIndex={0}
onKeyDown={(event) => {
console.log(event.key);

Check warning on line 274 in starsky/starsky/clientapp/src/containers/detailview/detailview.tsx

View check run for this annotation

Codecov / codecov/patch

starsky/starsky/clientapp/src/containers/detailview/detailview.tsx#L274

Added line #L274 was not covered by tests

event.key === "Enter" &&
new PrevNext(
relativeObjects,
Expand Down

0 comments on commit b247c89

Please sign in to comment.