From f33871a60bc3914446a6a7916c2c364958c38cbb Mon Sep 17 00:00:00 2001 From: bluecloud <96812901+pitb2022@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:44:08 +0800 Subject: [PATCH] fix(DialogBeta): remove log --- src/components/DialogBeta/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/DialogBeta/index.tsx b/src/components/DialogBeta/index.tsx index 6e3323ce07..d48a183221 100644 --- a/src/components/DialogBeta/index.tsx +++ b/src/components/DialogBeta/index.tsx @@ -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