Skip to content

Commit

Permalink
Automated linting/prettier update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2023
1 parent c7ec13d commit 3931d3d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ export function LexicalRichText({
<div className={`${styles["editor-inner"]} ${styles["no-border"]}`}>
<div className={styles["editor-inner"]}>
<RichTextPlugin
contentEditable={<ContentEditable className="editor-input" ariaLabel={"Lexical Rich Text"}/>}
contentEditable={
<ContentEditable
className="editor-input"
ariaLabel="Lexical Rich Text"
/>
}
ErrorBoundary={LexicalErrorBoundary}
placeholder={<div></div>}
/>
Expand Down

0 comments on commit 3931d3d

Please sign in to comment.