Skip to content

Commit

Permalink
fix(DialogBeta): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
wlliaml committed Oct 11, 2023
1 parent 2ff368f commit f33871a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DialogBeta/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const Container: React.FC<
const topDialog = dialogs[dialogs.length - 1]
const isTopDialog =
topDialog && node.current && topDialog.contains(node.current)
console.log({ dialogs, topDialog, isTopDialog })

if (!isTopDialog) {
return
Expand Down

0 comments on commit f33871a

Please sign in to comment.