Skip to content

Commit 4af9924

Browse files
committed
fix: export Panel and ResizablePanel * 2
1 parent be0b4df commit 4af9924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/ResizablePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ function ResizablePanel(
224224
onMove(e) {
225225
setSize((size) => {
226226
if (isDisabled) {
227-
return;
227+
return size;
228228
}
229229

230230
if (e.pointerType === 'keyboard') {

0 commit comments

Comments
 (0)