diff --git a/extensions/virtuallistview/src/VirtualListView.tsx b/extensions/virtuallistview/src/VirtualListView.tsx index cd582328..9181508e 100644 --- a/extensions/virtuallistview/src/VirtualListView.tsx +++ b/extensions/virtuallistview/src/VirtualListView.tsx @@ -1115,7 +1115,7 @@ export class VirtualListView } _.each(cellList, cell => { - let tabIndexValue: number | undefined; + let tabIndexValue = -1; let isFocused = false; if (cell.item) { if (cell.item && cell.item.isNavigable) {