Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: wrap key up handler with withIgnoreIMEEvents
  • Loading branch information
yogeshbhutkar committed Jun 2, 2025
commit 66646d5e6550b43afab332149867702063d4c6b1
2 changes: 1 addition & 1 deletion packages/block-library/src/details/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function DetailsEdit( { attributes, setAttributes, clientId } ) {
>
<summary
onKeyDown={ withIgnoreIMEEvents( handleSummaryKeyDown ) }
onKeyUp={ handleSummaryKeyUp }
onKeyUp={ withIgnoreIMEEvents( handleSummaryKeyUp ) }
>
<RichText
identifier="summary"
Expand Down