From 2aacf8e583605f6189fa73e563754eb0cf8de720 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 24 Sep 2024 09:28:16 +0800 Subject: [PATCH] :recycle: https://github.com/siyuan-note/siyuan/pull/12567 --- app/src/history/history.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/history/history.ts b/app/src/history/history.ts index 098a87991..52b5f3a5e 100644 --- a/app/src/history/history.ts +++ b/app/src/history/history.ts @@ -816,7 +816,6 @@ const bindEvent = (app: App, element: Element, dialog?: Dialog) => { if (totalPage > 1) { confirmDialog( window.siyuan.languages.jumpToPage.replace("${x}", totalPage), - // eslint-disable-next-line quotes ``, (dialog: Dialog) => { const inputElement = dialog.element.querySelector(".b3-text-field") as HTMLInputElement; @@ -836,7 +835,6 @@ const bindEvent = (app: App, element: Element, dialog?: Dialog) => { if (totalPage > 1) { confirmDialog( window.siyuan.languages.jumpToPage.replace("${x}", totalPage), - // eslint-disable-next-line quotes ``, (dialog: Dialog) => { const inputElement = dialog.element.querySelector(".b3-text-field") as HTMLInputElement;