We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a9e74 commit 5ce7b92Copy full SHA for 5ce7b92
src/app/common/common.tsx
@@ -1301,7 +1301,7 @@ class ResizableSidebar extends React.Component<ResizableSidebarProps> {
1301
const mainSidebarModel = GlobalModel.mainSidebarModel;
1302
const collapsed = mainSidebarModel.getCollapsed();
1303
1304
- this.resizeStartWidth = collapsed ? MagicLayout.MainSidebarMinWidth : mainSidebarModel.getWidth();
+ this.resizeStartWidth = mainSidebarModel.getWidth();
1305
document.addEventListener("mousemove", this.onMouseMove);
1306
document.addEventListener("mouseup", this.stopResizing);
1307
0 commit comments