refactor(studio): remove section pinning from the flat inspector

This commit is contained in:
Vance Ingalls
2026-07-14 15:51:56 -07:00
parent 528f2be242
commit 2285b399e5
11 changed files with 22 additions and 368 deletions
@@ -265,7 +265,7 @@ export const PropertyPanel = memo(function PropertyPanel(props: PropertyPanelPro
if (STUDIO_FLAT_INSPECTOR_ENABLED) {
// Forward the raw props (handlers, ids, assets, recording, fonts, etc.) and
// the values the legacy path already computed above (so they aren't derived
// twice). PropertyPanelFlat owns the one-open/pin group state.
// twice). PropertyPanelFlat owns the one-open group state.
return (
<PropertyPanelFlat
{...props}