Skip to content

Commit

Permalink
[DataGrid] Fix columnResizeStop event not emitted when column is no…
Browse files Browse the repository at this point in the history
…t resized (mui#13307)
  • Loading branch information
mateuseap authored and DungTiger committed Jul 23, 2024
1 parent f626d12 commit 4b94b5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ export const useGridColumnResize = (
nativeEvent.clientY === prevClientY
) {
refs.previousMouseClickEvent = undefined;
apiRef.current.publishEvent('columnResizeStop', null, nativeEvent);
return;
}
}
Expand Down

0 comments on commit 4b94b5c

Please sign in to comment.