Skip to content

Commit

Permalink
native event stored instead of synthtic event
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharyar-shamshi committed Feb 19, 2024
1 parent 77c6ee8 commit 5c35631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export const useGridColumnResize = (
const logger = useGridLogger(apiRef, 'useGridColumnResize');

const colDefRef = React.useRef<GridStateColDef>();
const previousMouseClickEvent = React.useRef<MouseEvent>();
const previousMouseClickEvent = React.useRef<Event>();
const columnHeaderElementRef = React.useRef<HTMLDivElement>();
const headerFilterElementRef = React.useRef<HTMLDivElement>();
const groupHeaderElementsRef = React.useRef<Element[]>([]);
Expand Down

0 comments on commit 5c35631

Please sign in to comment.