mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-28 15:50:29 -04:00
Fix stating for scrolls (#2615)
* nearly working * add accounting for the downsides to slickgrid
This commit is contained in:
committed by
Karl Burtram
parent
c8c6d072f6
commit
f7abf5a2d5
1
src/typings/globals/slickgrid/index.d.ts
vendored
1
src/typings/globals/slickgrid/index.d.ts
vendored
@@ -1233,6 +1233,7 @@ declare namespace Slick {
|
||||
public scrollRowIntoView(row: number, doPaging: boolean): void;
|
||||
public scrollRowToTop(row: number): void;
|
||||
public scrollCellIntoView(row: number, cell: number, doPaging: boolean): void;
|
||||
public scrollTo(y: number);
|
||||
public getCanvasNode(): HTMLCanvasElement;
|
||||
public focus(): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user