Skip to content
Prev Previous commit
Next Next commit
Really revert slot.js
  • Loading branch information
jeryj committed Sep 5, 2025
commit 49024a88e629b792f83060253b7968c80d46d91b
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function BlockControlsSlot( { group = 'default', ...props } ) {
}

const { Slot } = slotFill;
const slot = <Slot { ...props } fillProps={ fillProps } />;
const slot = <Slot { ...props } bubblesVirtually fillProps={ fillProps } />;

if ( group === 'default' ) {
return slot;
Expand Down