Skip to content

Commit

Permalink
Fix keybinding for searching #251
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Sep 24, 2023
1 parent 1cd92dc commit f04f4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/todoist-shortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@
}

function focusSearch() {
withUniqueClass(document, 'quick_find__input', all, (el) => el.focus());
withId('quick_find', click);
}

// Open help documentation.
Expand Down

0 comments on commit f04f4a7

Please sign in to comment.