Skip to content

Commit

Permalink
fix: solve fixed column's shadow display unexpected issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed Feb 16, 2024
1 parent 5871a11 commit c368c6f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/utils/fixUtil.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import type {
ColumnGroupType,
ColumnType,
Direction,
FixedType,
StickyOffsets,
} from '../interface';
import type { Direction, FixedType, StickyOffsets } from '../interface';

export interface FixedInfo {
fixLeft: number | false;
Expand Down

0 comments on commit c368c6f

Please sign in to comment.