Skip to content

Commit

Permalink
Post Title: Fix pasting in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Aug 21, 2024
1 parent 22e9896 commit 9738545
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 9738545

Please sign in to comment.