Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bvaughn/react-resizable-panels
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Jan 18, 2023
2 parents 267e1e7 + 43826d8 commit f93ca94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const urlStorage = useMemo(() => ({
<PanelGroup autoSaveId="example" direction="horizontal" storage={urlStorage}>
<Panel>left</Panel>
<PanelResizeHandle />
<Panel>left</Panel>
<Panel>middle</Panel>
<PanelResizeHandle />
<Panel>right</Panel>
</PanelGroup>
Expand Down

1 comment on commit f93ca94

@vercel
Copy link

@vercel vercel bot commented on f93ca94 Jan 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.