mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
fix accessibility issues (#9824)
* fix accessibility issues * fix no active cell * more fixes
This commit is contained in:
@@ -234,7 +234,7 @@ export class Table<T extends Slick.SlickData> extends Widget implements IDisposa
|
||||
this._grid.setActiveCell(0, 1);
|
||||
}
|
||||
|
||||
get activeCell(): Slick.Cell {
|
||||
get activeCell(): Slick.Cell | null {
|
||||
return this._grid.getActiveCell();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user