Skip to content

Commit

Permalink
fix(fuzzy): multiselection cannot type space kazhala#20
Browse files Browse the repository at this point in the history
  • Loading branch information
ria02 committed Aug 28, 2021
1 parent 801b3af commit f07f8e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions InquirerPy/prompts/fuzzy.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ def __init__(
keybindings = {
"up": [{"key": "up"}, {"key": "c-p"}],
"down": [{"key": "down"}, {"key": "c-n"}],
"toggle": [],
**keybindings,
}
super().__init__(
Expand Down

0 comments on commit f07f8e7

Please sign in to comment.