From 872197aed1f8f1223f5b4930dacf5adf88a06a81 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 13 Dec 2022 11:06:51 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=96=87=E6=A1=A3=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/util/globalShortcut.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/util/globalShortcut.ts b/app/src/util/globalShortcut.ts index 6811ce4e3..f4f52f0da 100644 --- a/app/src/util/globalShortcut.ts +++ b/app/src/util/globalShortcut.ts @@ -427,9 +427,6 @@ export const globalShortcut = () => {
`, - disableClose: true, - disableAnimation: true, - transparent: true, destroyCallback: () => { if (range && range.getBoundingClientRect().height !== 0) { focusByRange(range);