mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 23:03:09 +00:00
refactor(studio): remove section pinning from the flat inspector
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user