Skip to content

Commit

Permalink
feat: support columnHierarchyType
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Jan 22, 2025
1 parent cb1ce10 commit 8c44d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vtable/src/state/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ export class StateManager {
}
];
this.frozen = {
col: -1
// row: -1,
col: -1,
row: -1
};
this.scroll = {
horizontalBarPos: 0,
Expand Down

0 comments on commit 8c44d3b

Please sign in to comment.