Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
linxianxi committed Jun 26, 2024
1 parent 1bccb19 commit 696ddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Header/useCellResize.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useEvent } from 'rc-util';
import React, { useEffect, useRef, useState } from 'react';
import { createPortal } from 'react-dom';

export default function useCelResize(
export default function useCellResize(
columnKey: React.Key,
isFixLeft: boolean,
isFixRight: boolean,
Expand Down

0 comments on commit 696ddd4

Please sign in to comment.