Skip to content

Commit

Permalink
Merge pull request #551 from NBISweden/dev/highlight-bug
Browse files Browse the repository at this point in the history
Fix row highlighting bug
  • Loading branch information
konere10 authored Aug 5, 2022
2 parents a57ec17 + a4ab981 commit 926f435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const Cell = ({
{hours > 0 && (
<button
className={comments === "" ? "comment comment-unfilled" : "comment"}
onBlur={() => onBlurRow()}
type="button"
title="Toggle comment area"
onFocus={() => onFocusRow()}
Expand Down

0 comments on commit 926f435

Please sign in to comment.