diff --git a/src/components/Dashboard/common/DashboardSidebarSplitter.jsx b/src/components/Dashboard/common/DashboardSidebarSplitter.jsx index 24a0a77b..b5a84816 100644 --- a/src/components/Dashboard/common/DashboardSidebarSplitter.jsx +++ b/src/components/Dashboard/common/DashboardSidebarSplitter.jsx @@ -248,7 +248,7 @@ const DashboardSidebarSplitter = ({ sidebar, children }) => { if (collapsedRef.current) { if (size - collapsedWidth > EXPAND_DRAG_PX) { expandSidebar() - lockResizeFor(SIZE_TRANSITION_MS) + lockResizeUntilPointerUp() return } setSidebarSize(Math.max(collapsedWidth, size))