Skip to content

Commit

Permalink
fix: bugs in cut-paste undo scenario (#4095)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongz authored Nov 19, 2024
1 parent 05a491b commit afc72cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sheets-ui/src/controllers/clipboard/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export function getMoveRangeMutations(
id: SetSelectionsOperation.id,
params: {
unitId,
sheetId: fromSubUnitId,
subUnitId: fromSubUnitId,

selections: [{ range: fromRange }],
},
Expand Down

0 comments on commit afc72cf

Please sign in to comment.