Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Jul 12, 2024
1 parent 30f236f commit 74eb6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DescriptionBlock/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const DescriptionBlockEdit = (props) => {
onSelectBlock(onAddBlock(config.settings.defaultBlockType, index + 1));
return;
}
handleKey(editor, event);
handleKey({ editor, event });
};

useEffect(() => {
Expand Down

0 comments on commit 74eb6c1

Please sign in to comment.