Skip to content

Commit

Permalink
refactor: remove block-app onClick redundant handle
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Oct 23, 2024
1 parent b932d08 commit 524f148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/js/extensions/hooks/block-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function mergeBlockSettings(
return (
<>
<BaseControlContext.Provider value={baseContextValue}>
<BlockApp onClick={() => {}}>
<BlockApp>
<BlockBase
{...{
attributes,
Expand Down

0 comments on commit 524f148

Please sign in to comment.