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

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

Release Notes:

- N/A
This commit is contained in:
apricotbucket28
2024-08-06 11:50:37 -07:00
committed by GitHub
parent 591b579ccf
commit 7366c85dd3
+1 -1
View File
@@ -32,7 +32,7 @@
}
},
{
"context": "menu",
"context": "Picker || menu",
"bindings": {
"up": "menu::SelectPrev",
"down": "menu::SelectNext"