Skip to content

Commit

Permalink
chore: clean useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Oct 30, 2022
1 parent 3622a34 commit 578d77f
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 @@ -132,7 +132,6 @@ export default function Dialog(props: IDialogPropTypes) {
if (visible) {
setAnimatedVisible(true);
}
return () => {};
}, [visible]);

// Remove direct should also check the scroll bar update
Expand Down

1 comment on commit 578d77f

@vercel
Copy link

@vercel vercel bot commented on 578d77f Oct 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.