mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Scrolling to the active record when editor is activated
Summary: When an editor is activated by typing, the active view should be scrolled to the active record. Test Plan: new tests Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3196
This commit is contained in:
2
app/client/declarations.d.ts
vendored
2
app/client/declarations.d.ts
vendored
@@ -72,7 +72,7 @@ declare module "app/client/components/BaseView" {
|
||||
public onResize(): void;
|
||||
public prepareToPrint(onOff: boolean): void;
|
||||
public moveEditRowToCursor(): DataRowModel;
|
||||
public revealActiveRecord(): Promise<void>;
|
||||
public scrollToCursor(sync: boolean): Promise<void>;
|
||||
}
|
||||
export = BaseView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user