Use last keybind (highest precedence) for AcceptEditPrediction display (#24595)

Fix of PR #24582

Release Notes:

- N/A
This commit is contained in:
Michael Sloan
2025-02-11 01:12:46 +00:00
committed by GitHub
parent 7fe331f83d
commit 3d9f70946c
+1
View File
@@ -1574,6 +1574,7 @@ impl Editor {
window
.bindings_for_action_in_context(&AcceptEditPrediction, context)
.into_iter()
.rev()
.next(),
)
}