Skip to content

Commit d002c28

Browse files
committed
Really revert slot.js
1 parent c990926 commit d002c28

File tree

1 file changed

+1
-1
lines changed
  • packages/block-editor/src/components/block-controls

1 file changed

+1
-1
lines changed

packages/block-editor/src/components/block-controls/slot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function BlockControlsSlot( { group = 'default', ...props } ) {
4444
}
4545

4646
const { Slot } = slotFill;
47-
const slot = <Slot { ...props } fillProps={ fillProps } />;
47+
const slot = <Slot { ...props } bubblesVirtually fillProps={ fillProps } />;
4848

4949
if ( group === 'default' ) {
5050
return slot;

0 commit comments

Comments
 (0)