From 09bee705372526786209afb104c972938cf69ac1 Mon Sep 17 00:00:00 2001 From: rxliuli Date: Thu, 13 Oct 2022 09:46:26 +0800 Subject: [PATCH] chore: resolve conversation --- src/AdaptivePopover.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/AdaptivePopover.tsx b/src/AdaptivePopover.tsx index fb7d298..bc0baf2 100644 --- a/src/AdaptivePopover.tsx +++ b/src/AdaptivePopover.tsx @@ -230,9 +230,8 @@ export default class AdaptivePopover extends Component i === undefined)) { - console.log('rect not found') + this.debug('rect not found') return } rect = new Rect(rect.x + horizontalOffset, rect.y + verticalOffset, rect.width, rect.height);