We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c990926 commit d002c28Copy full SHA for d002c28
packages/block-editor/src/components/block-controls/slot.js
@@ -44,7 +44,7 @@ export default function BlockControlsSlot( { group = 'default', ...props } ) {
44
}
45
46
const { Slot } = slotFill;
47
- const slot = <Slot { ...props } fillProps={ fillProps } />;
+ const slot = <Slot { ...props } bubblesVirtually fillProps={ fillProps } />;
48
49
if ( group === 'default' ) {
50
return slot;
0 commit comments