Skip to content

Commit

Permalink
Restore placeholder to Post Title field (#56580)
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave authored Nov 29, 2023
1 parent 9484890 commit 6e368d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-title/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function PostTitle( _, forwardedRef ) {
const { ref: richTextRef } = useRichText( {
value: title,
onChange,
decodedPlaceholder,
placeholder: decodedPlaceholder,
selectionStart: selection.start,
selectionEnd: selection.end,
onSelectionChange( newStart, newEnd ) {
Expand Down

0 comments on commit 6e368d5

Please sign in to comment.