Skip to content

Commit

Permalink
Removed unused orientationRef
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn authored Feb 26, 2020
1 parent c773be3 commit 27f5906
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ function createResizeReducer(wrapperElementRef, resizeElementRef) {
initResizeState,
);
const {horizontalPercentage, verticalPercentage} = state;
const orientationRef = useRef(null);

// Initial set up for the resize percentage CSS variables.
useLayoutEffect(() => {
Expand Down

0 comments on commit 27f5906

Please sign in to comment.