Skip to content

Commit

Permalink
Removed outdated TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Dec 10, 2023
1 parent 4b48562 commit b07b19c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/react-resizable-panels/src/PanelGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ const debounceMap: {
[key: string]: typeof savePanelGroupLayout;
} = {};

// TODO [v1] Can I remove some of the initial-mount complexity since we don't need group pixels anymore?
function PanelGroupWithForwardedRef({
autoSaveId = null,
children,
Expand Down Expand Up @@ -192,9 +191,6 @@ function PanelGroupWithForwardedRef({
committedValuesRef.current.id = groupId;
committedValuesRef.current.onLayout = onLayout;
committedValuesRef.current.storage = storage;

// panelDataArray and layout are updated in-sync with scheduled state updates.
// TODO [217] Move these values into a separate ref
});

useWindowSplitterPanelGroupBehavior({
Expand Down

0 comments on commit b07b19c

Please sign in to comment.