Skip to content

Commit

Permalink
clients/description: add suppressContentEditableWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Mar 22, 2024
1 parent dc5d6ab commit ffdef5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const DescriptionEditor = ({
'dark:text-polar-50 w-full text-3xl !font-normal leading-normal text-gray-950 [text-wrap:pretty] focus-visible:outline-0',
className,
)}
suppressContentEditableWarning={true}
contentEditable={!disabled}
onBlur={handleChange}
onKeyDown={(e) => {
Expand Down

0 comments on commit ffdef5b

Please sign in to comment.