Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
potatowagon committed Oct 25, 2024
1 parent e19b530 commit 57bac4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-react/flow/LexicalContentEditable.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type HTMLDivElementDOMProps = $ReadOnly<{
'aria-errormessage'?: void | string,
'aria-invalid'?: void | boolean,
'aria-owns'?: void | string,
title?: void | string,
'title'?: void | string,
onClick?: void | ((e: SyntheticEvent<HTMLDivElement>) => mixed),
autoCapitalize?: void | boolean,
autoComplete?: void | boolean,
Expand Down

0 comments on commit 57bac4b

Please sign in to comment.