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);