Skip to content

Commit

Permalink
Post Title: Fix pasting in Safari (WordPress#64671)
Browse files Browse the repository at this point in the history
Unlinked contributors: lukasbesch, Kuuuzya.

Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: ironprogrammer <ironprogrammer@git.wordpress.org>
Co-authored-by: richtabor <richtabor@git.wordpress.org>
Co-authored-by: murshed <fahimmurshed@git.wordpress.org>
Co-authored-by: megane9988 <megane9988@git.wordpress.org>
Co-authored-by: MatzeKitt <kittmedia@git.wordpress.org>
Co-authored-by: marekzelezny <igreenie@git.wordpress.org>
  • Loading branch information
8 people authored and bph committed Aug 31, 2024
1 parent 4d63f25 commit e391161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor/src/components/post-title/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ function PostTitle( _, forwardedRef ) {
onFocus={ onSelect }
onBlur={ onUnselect }
onKeyDown={ onKeyDown }
onKeyPress={ onUnselect }
onPaste={ onPaste }
/>
</PostTypeSupportCheck>
Expand Down

0 comments on commit e391161

Please sign in to comment.