Skip to content

Commit

Permalink
fix(layout): add onFocus
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbonnet committed Dec 22, 2021
1 parent 8005cfa commit 00d1c74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const Flex = forwardRef(function Flex(
onClick,
onContextMenu,
onDoubleClick,
onFocus,
onKeyDown,
onKeyPress,
onKeyUp,
Expand Down Expand Up @@ -88,6 +89,7 @@ export const Flex = forwardRef(function Flex(
onClick,
onContextMenu,
onDoubleClick,
onFocus,
onKeyDown,
onKeyPress,
onKeyUp,
Expand Down

0 comments on commit 00d1c74

Please sign in to comment.