mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
fixed right click context menu bug in jobs view (#2632)
This commit is contained in:
committed by
Karl Burtram
parent
d7d65cdf21
commit
9b998e3fca
@@ -70,8 +70,7 @@ export abstract class JobManagementView extends TabChild implements AfterContent
|
||||
abstract onFirstVisible();
|
||||
|
||||
protected openContextMenu(event): void {
|
||||
let grid = this._table.grid;
|
||||
let rowIndex = grid.getCellFromEvent(event).row;
|
||||
let rowIndex = event.cell.row;
|
||||
|
||||
let targetObject = this.getCurrentTableObject(rowIndex);
|
||||
let actions = this.getTableActions();
|
||||
|
||||
Reference in New Issue
Block a user