You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor InspectorPanel to integrate MeshTypeSection for improved modularity
- Introduced MeshTypeSection component to encapsulate mesh type selection logic, promoting single responsibility and reducing code duplication.
- Updated the InspectorPanel to utilize the new MeshTypeSection, enhancing clarity and maintainability of the component.
- Streamlined mesh type handling by consolidating related logic within the MeshTypeSection, improving overall structure.
0 commit comments