Skip to content

Commit 0e6a34c

Browse files
Merge branch 'feature/sidebar-ide-style'
2 parents 6c198ac + afdcddf commit 0e6a34c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imagelab-frontend/src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export default function Layout() {
9292
setResetKey((prev) => prev + 1);
9393
reset();
9494
};
95+
9596
// RAF-throttled pending values to avoid layout thrashing during fast drag
9697
const pendingPreviewWidth = useRef<number | null>(null);
9798
const rafIdRef = useRef<number | null>(null);
@@ -249,7 +250,6 @@ export default function Layout() {
249250
}
250251
}, [sidebarWidth, isSidebarCollapsed, previewWidth, isPreviewCollapsed]);
251252

252-
253253
const isAnyResizing = isResizing || isPreviewResizing;
254254

255255
return (

0 commit comments

Comments
 (0)