We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1dae4 commit 5a67dd5Copy full SHA for 5a67dd5
src/elements/content-sidebar/SidebarPanels.js
@@ -306,7 +306,6 @@ class SidebarPanels extends React.Component<Props, State> {
306
const hasCustomPanels = customSidebarPanels.length > 0;
307
308
const customPanelsEligibility = {};
309
- // Custom panels take precedence over native (handled by Sidebar.js setting hasNativeBoxAISidebar)
310
customSidebarPanels.forEach(({ path, isDisabled }) => {
311
customPanelsEligibility[path] = !isDisabled;
312
});
0 commit comments