Skip to content

Commit

Permalink
fix(facade): showRangeSelectorDialog document (#4767)
Browse files Browse the repository at this point in the history
  • Loading branch information
weird94 authored Mar 4, 2025
1 parent 4639405 commit 323fe3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sheets-formula-ui/src/facade/f-univer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface ISheetsFormulaUIMixin {
* initialValue: [{
* unitId,
* sheetName: fWorksheet.getSheetName(),
* range: 'A1:B2'
* range: fWorksheet.getRange('A1:B2').getRange()
* }],
* maxRangeCount: 2,
* supportAcrossSheet: true,
Expand Down

0 comments on commit 323fe3f

Please sign in to comment.