From 63f2a4b94b9f33319a52a0eb86fcdfc4173646e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E8=A1=A5?= <38815121+AuYuHui@users.noreply.github.com> Date: Fri, 4 Aug 2023 11:28:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(popup):=20overlayEl=20=E6=9C=AA=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=EF=BC=8C=20=E7=AC=AC=E4=B8=80=E6=AC=A1=E7=82=B9?= =?UTF-8?q?=E5=BC=80=E6=97=A0=E6=B3=95=E5=AE=9A=E4=BD=8D=E5=88=B0=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E9=A1=B9=20(#3189)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closed #3183 --- src/popup/popup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/popup.tsx b/src/popup/popup.tsx index f733591799..01aa50d538 100644 --- a/src/popup/popup.tsx +++ b/src/popup/popup.tsx @@ -423,7 +423,7 @@ export default defineComponent({ }, props.overlayInnerClassName, ]} - ref={(ref: HTMLElement) => (overlayEl.value = ref)} + ref={overlayEl} onScroll={handleOnScroll} > {content}