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: Remove dead collapse code and improve function naming
- Rename updateCollapsedState() to updatePaneVisibility()
- Remove unused collapse logic and isCollapsed checks
- Simplify pane visibility logic to only handle diagram/code toggle
- Improve code maintainability by removing dead code paths
The collapse functionality was removed, making the collapse-related
logic unnecessary. This cleanup makes the code more readable and
focused on its actual purpose.
0 commit comments