We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c687b commit 5586d50Copy full SHA for 5586d50
packages/block-editor/src/components/inspector-controls-tabs/content-tab.js
@@ -26,7 +26,9 @@ const ContentTab = ( { contentClientIds } ) => {
26
<BlockQuickNavigation clientIds={ contentClientIds } />
27
</PanelBody>
28
) }
29
- { shouldShowContentOnlyControls && <BlockFieldsSlot /> }
+ { shouldShowContentOnlyControls && (
30
+ <BlockFieldsSlot bubblesVirtually />
31
+ ) }
32
</>
33
);
34
};
0 commit comments