Skip to content

Commit 7a94b7b

Browse files
Varadraj75Copilot
andauthored
Update modelina-website/src/components/playground/Resizable.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent edac2cf commit 7a94b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modelina-website/src/components/playground/Resizable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Resizable({ leftComponent, rightComponent }: ResizableComponentProps) {
2929
if (containerWidth !== null) {
3030
dragableX.set(Math.round(containerWidth * state.editorSize));
3131
}
32-
}, [containerWidth, state.editorSize, dragableX]);
32+
}, [containerWidth, dragableX]);
3333

3434
if (state.device === 'mobile') {
3535
return <section className='grid size-full'>

0 commit comments

Comments
 (0)