diff --git a/src/renderer/components/material/Pagination.vue b/src/renderer/components/material/Pagination.vue index 7e6f1beb..b33a87de 100644 --- a/src/renderer/components/material/Pagination.vue +++ b/src/renderer/components/material/Pagination.vue @@ -51,6 +51,7 @@ diff --git a/src/renderer/components/material/SearchInput.vue b/src/renderer/components/material/SearchInput.vue index 921ef08d..84afa7d3 100644 --- a/src/renderer/components/material/SearchInput.vue +++ b/src/renderer/components/material/SearchInput.vue @@ -120,6 +120,7 @@ export default { handleRegisterEvent(action) { let eventHub = window.key_event let name = action == 'on' ? 'on' : 'off' + // eslint-disable-next-line @typescript-eslint/unbound-method eventHub[name](HOTKEY_COMMON.focusSearchInput.action, this.handleFocusInput) }, handleFocusInput() {