mirror of
https://github.com/dream-num/univer.git
synced 2026-08-30 17:21:11 +08:00
fix(sheets-ui): use skeleton sheet id for scroll command
This commit is contained in:
@@ -253,7 +253,7 @@ export class SheetsScrollRenderController extends Disposable implements IRenderM
|
||||
// NOT same as SetScrollRelativeCommand. that was exec in sheetRenderController
|
||||
this._commandService.executeCommand(ScrollCommand.id, {
|
||||
unitId: this._context.unitId,
|
||||
sheetId: sheetObject.worksheet.getSheetId(),
|
||||
sheetId: skeleton.getLocation()[1],
|
||||
sheetViewStartRow: row,
|
||||
sheetViewStartColumn: column,
|
||||
offsetX: columnOffset,
|
||||
|
||||
Reference in New Issue
Block a user