Skip to content

Commit 5586d50

Browse files
committed
Use a portal
1 parent b3c687b commit 5586d50

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

packages/block-editor/src/components/inspector-controls-tabs/content-tab.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ const ContentTab = ( { contentClientIds } ) => {
2626
<BlockQuickNavigation clientIds={ contentClientIds } />
2727
</PanelBody>
2828
) }
29-
{ shouldShowContentOnlyControls && <BlockFieldsSlot /> }
29+
{ shouldShowContentOnlyControls && (
30+
<BlockFieldsSlot bubblesVirtually />
31+
) }
3032
</>
3133
);
3234
};

0 commit comments

Comments
 (0)