Skip to content

Commit

Permalink
fix: when not move header success should hide line
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile authored and Rui-Sun committed Aug 29, 2024
1 parent e0641b4 commit 9100577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vtable/src/state/cell-move/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ export function endMoveCol(state: StateManager): boolean {
delete state.columnMove.colTarget;
delete state.columnMove.rowTarget;
state.table.scenegraph.component.hideMoveCol();
state.table.scenegraph.updateNextFrame();
return false;
}
}
Expand Down

0 comments on commit 9100577

Please sign in to comment.