linux: Fix arrow keys in command palette (#15871)

Fixes https://github.com/zed-industries/zed/issues/15870 (a recent
regression from
1f97741067)

Release Notes:

- N/A
This commit is contained in:
apricotbucket28 2024-08-06 15:50:37 -03:00 committed by GitHub
parent 591b579ccf
commit 7366c85dd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@
}
},
{
"context": "menu",
"context": "Picker || menu",
"bindings": {
"up": "menu::SelectPrev",
"down": "menu::SelectNext"