From ad38bfcf5d7d1b2ecd1974bc051c38f5ced6e95a Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 4 Mar 2024 10:42:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91=E5=9B=BE=E6=A0=87=E7=9A=84?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E5=B1=9E=E6=80=A7=EF=BC=8C=E5=9C=A8=E9=80=8F?= =?UTF-8?q?=E6=98=8E=E5=BA=A6=E8=BE=93=E5=85=A5=E6=A1=86=E4=B8=AD=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=88=A0=E9=99=A4=E9=94=AE=EF=BC=8C=E4=BC=9A=E5=88=A0?= =?UTF-8?q?=E6=8E=89=E5=AF=B9=E5=BA=94=E7=9A=84=E5=9B=BE=E8=A1=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/utils/DeShortcutKey.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/utils/DeShortcutKey.ts b/core/core-frontend/src/utils/DeShortcutKey.ts index fe1994fd6b..b202a77d14 100644 --- a/core/core-frontend/src/utils/DeShortcutKey.ts +++ b/core/core-frontend/src/utils/DeShortcutKey.ts @@ -83,7 +83,7 @@ const checkDialog = () => { haveDialog = true } }) - document.querySelectorAll('.ed-popover').forEach(element => { + document.querySelectorAll('.ed-popper').forEach(element => { if (window.getComputedStyle(element).getPropertyValue('display') != 'none') { haveDialog = true }