Skip to content

Commit 1812067

Browse files
committed
Turn off resizable snapshots, there’s a bug
1 parent 9f11455 commit 1812067

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function Panels({ resizable, run: originalRun }: LoaderData) {
322322
return (
323323
<ResizablePanelGroup
324324
autosaveId={resizableSettings.parent.autosaveId}
325-
snapshot={resizable.parent}
325+
// snapshot={resizable.parent}
326326
className="h-full max-h-full"
327327
>
328328
<ResizablePanel id={resizableSettings.parent.main.id} min={resizableSettings.parent.main.min}>

0 commit comments

Comments
 (0)