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
Update BlockSupportToolsPanel hook dependencies
  • Loading branch information
aaronrobertshaw committed Jan 18, 2022
commit 3e1585c630d5889f2e587efb2f09ff93b01df438
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ export default function BlockSupportToolsPanel( { children, group, label } ) {
updateBlockAttributes( clientIds, newAttributes, true );
},
[
hasMultiSelection,
cleanEmptyObject,
getBlockAttributes,
getMultiSelectedBlockClientIds,
hasMultiSelection,
panelId,
getBlockAttributes,
updateBlockAttributes,
]
);

Expand Down