remove debug line
This commit is contained in:
parent
53b15e3e41
commit
03a6032f36
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -5,7 +5,6 @@ const HOTKEYS: Record<string, () => void> = {
|
|||
function focusGlobalSearch(): void {
|
||||
const searchInput = document.querySelector<HTMLInputElement>('header input[name="q"]')!;
|
||||
searchInput.focus();
|
||||
console.debug('Focused global search input');
|
||||
}
|
||||
|
||||
function handleKeydown(event: KeyboardEvent): void {
|
||||
|
|
|
|||
Loading…
Reference in New Issue