Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilCycle committed Apr 29, 2024
1 parent 0e3fb51 commit 2ce796e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/splitter/Splitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export const Splitter = React.memo(

const onResizeEnd = (event) => {
let sizes = [...panelSizes];

sizes[prevPanelIndex.current] = prevPanelSizeNew.current;
sizes[prevPanelIndex.current + 1] = nextPanelSizeNew.current;

Expand Down

0 comments on commit 2ce796e

Please sign in to comment.