Skip to content

Commit

Permalink
Fix #6448 (#6458)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekl0w authored Apr 24, 2024
1 parent ebcdf8d commit 713639b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/lib/dialog/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ export const Dialog = React.forwardRef((inProps, ref) => {
};

const onExited = () => {
props.onHide && props.onHide();

dragging.current = false;
ZIndexUtils.clear(maskRef.current);
setMaskVisibleState(false);
Expand Down

0 comments on commit 713639b

Please sign in to comment.