mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
remove table setActive (#10256)
* remove setActive method * another place
This commit is contained in:
@@ -230,10 +230,6 @@ export class Table<T extends Slick.SlickData> extends Widget implements IDisposa
|
||||
this._grid.setActiveCell(row, cell);
|
||||
}
|
||||
|
||||
setActive(): void {
|
||||
this._grid.setActiveCell(0, 1);
|
||||
}
|
||||
|
||||
get activeCell(): Slick.Cell | null {
|
||||
return this._grid.getActiveCell();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user