← Back to all updates

Fix Editor Positioning with Sidebar Toggles

Commit: 2b04b3d

Editor remains centered when sidebars are toggled on and off.

Changes

  • Implemented fixed-width reserved spaces for sidebars using HStack to maintain editor position.
  • Conditionally rendered sidebar content within fixed-width spaces to prevent layout shifts.
  • Ensured consistent editor alignment regardless of sidebar visibility state.