Skip to content

Commit

Permalink
chore: rm console
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Feb 11, 2025
1 parent e6b51a6 commit fc9079d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ const Dialog: React.FC<IDialogPropTypes> = (props) => {
if (newVisible) {
focusDialogContent();
} else {
console.log('hide???');
doClose();
}
afterOpenChange?.(newVisible);
Expand Down

0 comments on commit fc9079d

Please sign in to comment.