Skip to content

Commit

Permalink
Merge branch 'feature/virtualized-datagrid' of github.com:chandlerpra…
Browse files Browse the repository at this point in the history
…ll/eui into feature/virtualized-datagrid
  • Loading branch information
chandlerprall committed Oct 22, 2020
2 parents d943e4d + c02dbf0 commit 787da9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datagrid/data_grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ export const EuiDataGrid: FunctionComponent<EuiDataGridProps> = (props) => {
[]
);
const datagridFocusContext = useMemo<DataGridFocusContextShape>(() => {
console.log('MAKING A CONTEXT YOU JERK');
console.log('creating a datagridFocusContext');
return {
setFocusedCell,
onFocusUpdate,
Expand Down

0 comments on commit 787da9f

Please sign in to comment.